Html Css Color HEX #FCC054 Golden Tainoi

📋 copy color: '#FCC054'

red 252 ◦ green 192 ◦ blue 84

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

Shades of Golden Tainoi #FCC054

Tints of Golden Tainoi #FCC054

RGB

 RED value IS 252 (98.83% from 255) = 47.73%

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

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

R = 47.73%
G = 36.36%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC054 (or 0xFCC054) is known color: Golden Tainoi. HEX triplet: FC, C0 and 54. RGB value is (252,192,84). Sum of RGB (Red+Green+Blue) = 252+192+84=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 84 (33.20% from 255 or 15.91% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC054 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC054 is #033FAB. Grayscale: #C6C6C6. Windows color (decimal): -212908 or 5554428. OLE color: 5554428.

HSL color Cylindrical-coordinate representation of color #FCC054: hue angle of 38.57º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FCC054 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 192 84 -
CMYK 0 0.24 0.67 0.01
HSL 38.57º 0.97% 0.66% -
HSV(B) 38.57º 0.67% 0.99% -
XYZ 60.59 59.03 16.59 -
YUV 197.63 63.88 166.78 -
System Red Green Blue C M Y K H S L
Decimal 252 192 84 0 0.24 0.67 0.01 38.57 0.97 0.66
Hex FC C0 54 0 18 43 1 27 61 42
Octal 374 300 124 0 30 103 1 47 141 102
Binary 11111100 11000000 1010100 0 11000 1000011 1 100111 1100001 1000010

Color Harmonies of #FCC054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC054

Black with #FCC054

Text Example


Text Example

White with #FCC054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC054; }

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

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

background-color css

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

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

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

border-color css

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

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

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