Html Css Color HEX #FCC357 Golden Tainoi

📋 copy color: '#FCC357'

red 252 ◦ green 195 ◦ blue 87

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

Shades of Golden Tainoi #FCC357

Tints of Golden Tainoi #FCC357

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.52%

 BLUE value IS 87 (34.38% from 255) = 16.29%

R = 47.19%
G = 36.52%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC357 (or 0xFCC357) is known color: Golden Tainoi. HEX triplet: FC, C3 and 57. RGB value is (252,195,87). Sum of RGB (Red+Green+Blue) = 252+195+87=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 195 (76.56% from 255 or 36.52% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC357 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC357 is #033CA8. Grayscale: #C8C8C8. Windows color (decimal): -212137 or 5751804. OLE color: 5751804.

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

Color convert

RGB 252 195 87 -
CMYK 0 0.23 0.65 0.01
HSL 39.27º 0.96% 0.66% -
HSV(B) 39.27º 0.65% 0.99% -
XYZ 61.38 60.41 17.44 -
YUV 199.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 252 195 87 0 0.23 0.65 0.01 39.27 0.96 0.66
Hex FC C3 57 0 17 41 1 27 60 42
Octal 374 303 127 0 27 101 1 47 140 102
Binary 11111100 11000011 1010111 0 10111 1000001 1 100111 1100000 1000010

Color Harmonies of #FCC357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC357

Black with #FCC357

Text Example


Text Example

White with #FCC357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC357; }

 p { color: rgb(252,195,87); }

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

background-color css

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

 a { background-color: rgb(252,195,87); }

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

border-color css

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

 span { border-color: rgb(252,195,87); }

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