Html Css Color HEX #FCC558 Golden Tainoi

📋 copy color: '#FCC558'

red 252 ◦ green 197 ◦ blue 88

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

Shades of Golden Tainoi #FCC558

Tints of Golden Tainoi #FCC558

RGB

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

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

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

R = 46.93%
G = 36.69%
B = 16.39%

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

#FCC558 (or 0xFCC558) is known color: Golden Tainoi. HEX triplet: FC, C5 and 58. RGB value is (252,197,88). Sum of RGB (Red+Green+Blue) = 252+197+88=537 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.93% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 88 (34.77% from 255 or 16.39% from 537); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC558 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC558 is #033AA7. Grayscale: #C9C9C9. Windows color (decimal): -211624 or 5817852. OLE color: 5817852.

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

Color convert

RGB 252 197 88 -
CMYK 0 0.22 0.65 0.01
HSL 39.88º 0.96% 0.67% -
HSV(B) 39.88º 0.65% 0.99% -
XYZ 61.87 61.33 17.81 -
YUV 201.02 64.22 164.36 -
System Red Green Blue C M Y K H S L
Decimal 252 197 88 0 0.22 0.65 0.01 39.88 0.96 0.67
Hex FC C5 58 0 16 41 1 28 60 43
Octal 374 305 130 0 26 101 1 50 140 103
Binary 11111100 11000101 1011000 0 10110 1000001 1 101000 1100000 1000011

Color Harmonies of #FCC558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC558

Black with #FCC558

Text Example


Text Example

White with #FCC558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC558; }

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

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

background-color css

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

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

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

border-color css

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

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

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