Html Css Color HEX #FAC054 Golden Tainoi

📋 copy color: '#FAC054'

red 250 ◦ green 192 ◦ blue 84

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

Shades of Golden Tainoi #FAC054

Tints of Golden Tainoi #FAC054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 15.97%

R = 47.53%
G = 36.5%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#FAC054 (or 0xFAC054) is known color: Golden Tainoi. HEX triplet: FA, C0 and 54. RGB value is (250,192,84). Sum of RGB (Red+Green+Blue) = 250+192+84=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 192 (75.39% from 255 or 36.50% from 526); Blue value is 84 (33.20% from 255 or 15.97% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC054 is #053FAB. Grayscale: #C5C5C5. Windows color (decimal): -343980 or 5554426. OLE color: 5554426.

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

Color convert

RGB 250 192 84 -
CMYK 0 0.23 0.66 0.02
HSL 39.04º 0.94% 0.65% -
HSV(B) 39.04º 0.66% 0.98% -
XYZ 59.87 58.66 16.55 -
YUV 197.03 64.22 165.78 -
System Red Green Blue C M Y K H S L
Decimal 250 192 84 0 0.23 0.66 0.02 39.04 0.94 0.65
Hex FA C0 54 0 17 42 2 27 5E 41
Octal 372 300 124 0 27 102 2 47 136 101
Binary 11111010 11000000 1010100 0 10111 1000010 10 100111 1011110 1000001

Color Harmonies of #FAC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC054

Black with #FAC054

Text Example


Text Example

White with #FAC054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC054; }

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

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

background-color css

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

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

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

border-color css

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

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

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