Html Css Color HEX #FAC74D Golden Tainoi

📋 copy color: '#FAC74D'

red 250 ◦ green 199 ◦ blue 77

#FAC74D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Tainoi #FAC74D

Tints of Golden Tainoi #FAC74D

RGB

 RED value IS 250 (98.05% from 255) = 47.53%

 GREEN value IS 199 (78.13% from 255) = 37.83%

 BLUE value IS 77 (30.47% from 255) = 14.64%

R = 47.53%
G = 37.83%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.69

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAC74D (or 0xFAC74D) is known color: Golden Tainoi. HEX triplet: FA, C7 and 4D. RGB value is (250,199,77). Sum of RGB (Red+Green+Blue) = 250+199+77=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 199 (78.12% from 255 or 37.83% from 526); Blue value is 77 (30.47% from 255 or 14.64% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC74D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC74D is #0538B2. Grayscale: #C8C8C8. Windows color (decimal): -342195 or 5097466. OLE color: 5097466.

HSL color Cylindrical-coordinate representation of color #FAC74D: hue angle of 42.31º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAC74D is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 199 77 -
CMYK 0 0.20 0.69 0.02
HSL 42.31º 0.95% 0.64% -
HSV(B) 42.31º 0.69% 0.98% -
XYZ 61.19 61.71 15.71 -
YUV 200.34 58.4 163.42 -
System Red Green Blue C M Y K H S L
Decimal 250 199 77 0 0.20 0.69 0.02 42.31 0.95 0.64
Hex FA C7 4D 0 14 45 2 2A 5F 40
Octal 372 307 115 0 24 105 2 52 137 100
Binary 11111010 11000111 1001101 0 10100 1000101 10 101010 1011111 1000000

Color Harmonies of #FAC74D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC74D

Black with #FAC74D

Text Example


Text Example

White with #FAC74D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC74D; }

 p { color: rgb(250,199,77); }

 H1.HeaderClassName
 {
   color: #FAC74D;
 }
 .AnyTagClassName
 {
   color: #FAC74D;
 }
</style>

background-color css

<style>
 a { background-color: #FAC74D; }

 a { background-color: rgb(250,199,77); }

 div.DivClassName
 {
   background-color: #FAC74D;
 }
 .BgClassName
 {
   background-color: #FAC74D;
 }
</style>

border-color css

<style>
 span { border-color: #FAC74D; }

 span { border-color: rgb(250,199,77); }

 td.TdClassName
 {
   border-color: #FAC74D;
 }
 .TagClassName
 {
   border-color: #FAC74D;
 }
</style>