Html Css Color HEX #FAC04F Golden Tainoi

📋 copy color: '#FAC04F'

red 250 ◦ green 192 ◦ blue 79

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

Shades of Golden Tainoi #FAC04F

Tints of Golden Tainoi #FAC04F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.85%

 BLUE value IS 79 (31.25% from 255) = 15.16%

R = 47.98%
G = 36.85%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC04F (or 0xFAC04F) is known color: Golden Tainoi. HEX triplet: FA, C0 and 4F. RGB value is (250,192,79). Sum of RGB (Red+Green+Blue) = 250+192+79=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 192 (75.39% from 255 or 36.85% from 521); Blue value is 79 (31.25% from 255 or 15.16% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC04F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC04F is #053FB0. Grayscale: #C4C4C4. Windows color (decimal): -343985 or 5226746. OLE color: 5226746.

HSL color Cylindrical-coordinate representation of color #FAC04F: hue angle of 39.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FAC04F is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 192 79 -
CMYK 0 0.23 0.68 0.02
HSL 39.65º 0.94% 0.65% -
HSV(B) 39.65º 0.68% 0.98% -
XYZ 59.69 58.59 15.56 -
YUV 196.46 61.72 166.19 -
System Red Green Blue C M Y K H S L
Decimal 250 192 79 0 0.23 0.68 0.02 39.65 0.94 0.65
Hex FA C0 4F 0 17 44 2 28 5E 41
Octal 372 300 117 0 27 104 2 50 136 101
Binary 11111010 11000000 1001111 0 10111 1000100 10 101000 1011110 1000001

Color Harmonies of #FAC04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC04F

Black with #FAC04F

Text Example


Text Example

White with #FAC04F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC04F; }

 p { color: rgb(250,192,79); }

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

background-color css

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

 a { background-color: rgb(250,192,79); }

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

border-color css

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

 span { border-color: rgb(250,192,79); }

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