Html Css Color HEX #FAC54F Golden Tainoi

📋 copy color: '#FAC54F'

red 250 ◦ green 197 ◦ blue 79

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

Shades of Golden Tainoi #FAC54F

Tints of Golden Tainoi #FAC54F

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.45%

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

R = 47.53%
G = 37.45%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#FAC54F (or 0xFAC54F) is known color: Golden Tainoi. HEX triplet: FA, C5 and 4F. RGB value is (250,197,79). Sum of RGB (Red+Green+Blue) = 250+197+79=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 79 (31.25% from 255 or 15.02% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC54F is #053AB0. Grayscale: #C7C7C7. Windows color (decimal): -342705 or 5228026. OLE color: 5228026.

HSL color Cylindrical-coordinate representation of color #FAC54F: hue angle of 41.4º 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 #FAC54F is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 197 79 -
CMYK 0 0.21 0.68 0.02
HSL 41.4º 0.94% 0.65% -
HSV(B) 41.4º 0.68% 0.98% -
XYZ 60.8 60.82 15.93 -
YUV 199.4 60.06 164.09 -
System Red Green Blue C M Y K H S L
Decimal 250 197 79 0 0.21 0.68 0.02 41.4 0.94 0.65
Hex FA C5 4F 0 15 44 2 29 5E 41
Octal 372 305 117 0 25 104 2 51 136 101
Binary 11111010 11000101 1001111 0 10101 1000100 10 101001 1011110 1000001

Color Harmonies of #FAC54F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC54F

Black with #FAC54F

Text Example


Text Example

White with #FAC54F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC54F; }

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

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

background-color css

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

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

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

border-color css

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

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

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