Html Css Color HEX #FCC458 Golden Tainoi

📋 copy color: '#FCC458'

red 252 ◦ green 196 ◦ blue 88

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

Shades of Golden Tainoi #FCC458

Tints of Golden Tainoi #FCC458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 16.42%

R = 47.01%
G = 36.57%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC458 (or 0xFCC458) is known color: Golden Tainoi. HEX triplet: FC, C4 and 58. RGB value is (252,196,88). Sum of RGB (Red+Green+Blue) = 252+196+88=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 196 (76.95% from 255 or 36.57% from 536); Blue value is 88 (34.77% from 255 or 16.42% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC458 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC458 is #033BA7. Grayscale: #C8C8C8. Windows color (decimal): -211880 or 5817596. OLE color: 5817596.

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

Color convert

RGB 252 196 88 -
CMYK 0 0.22 0.65 0.01
HSL 39.51º 0.96% 0.67% -
HSV(B) 39.51º 0.65% 0.99% -
XYZ 61.65 60.88 17.73 -
YUV 200.43 64.55 164.78 -
System Red Green Blue C M Y K H S L
Decimal 252 196 88 0 0.22 0.65 0.01 39.51 0.96 0.67
Hex FC C4 58 0 16 41 1 28 60 43
Octal 374 304 130 0 26 101 1 50 140 103
Binary 11111100 11000100 1011000 0 10110 1000001 1 101000 1100000 1000011

Color Harmonies of #FCC458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC458

Black with #FCC458

Text Example


Text Example

White with #FCC458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC458; }

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

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

background-color css

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

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

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

border-color css

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

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

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