Html Css Color HEX #FCC454 Golden Tainoi

📋 copy color: '#FCC454'

red 252 ◦ green 196 ◦ blue 84

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

Shades of Golden Tainoi #FCC454

Tints of Golden Tainoi #FCC454

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

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

R = 47.37%
G = 36.84%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC454 (or 0xFCC454) is known color: Golden Tainoi. HEX triplet: FC, C4 and 54. RGB value is (252,196,84). Sum of RGB (Red+Green+Blue) = 252+196+84=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 84 (33.20% from 255 or 15.79% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC454 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC454 is #033BAB. Grayscale: #C8C8C8. Windows color (decimal): -211884 or 5555452. OLE color: 5555452.

HSL color Cylindrical-coordinate representation of color #FCC454: hue angle of 40º 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 #FCC454 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 196 84 -
CMYK 0 0.22 0.67 0.01
HSL 40º 0.97% 0.66% -
HSV(B) 40º 0.67% 0.99% -
XYZ 61.49 60.82 16.89 -
YUV 199.98 62.55 165.11 -
System Red Green Blue C M Y K H S L
Decimal 252 196 84 0 0.22 0.67 0.01 40 0.97 0.66
Hex FC C4 54 0 16 43 1 28 61 42
Octal 374 304 124 0 26 103 1 50 141 102
Binary 11111100 11000100 1010100 0 10110 1000011 1 101000 1100001 1000010

Color Harmonies of #FCC454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC454

Black with #FCC454

Text Example


Text Example

White with #FCC454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC454; }

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

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

background-color css

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

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

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

border-color css

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

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

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