Html Css Color HEX #FCC257 Golden Tainoi

📋 copy color: '#FCC257'

red 252 ◦ green 194 ◦ blue 87

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

Shades of Golden Tainoi #FCC257

Tints of Golden Tainoi #FCC257

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.4%

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

R = 47.28%
G = 36.4%
B = 16.32%

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

#FCC257 (or 0xFCC257) is known color: Golden Tainoi. HEX triplet: FC, C2 and 57. RGB value is (252,194,87). Sum of RGB (Red+Green+Blue) = 252+194+87=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 87 (34.38% from 255 or 16.32% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC257 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC257 is #033DA8. Grayscale: #C7C7C7. Windows color (decimal): -212393 or 5751548. OLE color: 5751548.

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

Color convert

RGB 252 194 87 -
CMYK 0 0.23 0.65 0.01
HSL 38.91º 0.96% 0.66% -
HSV(B) 38.91º 0.65% 0.99% -
XYZ 61.16 59.97 17.37 -
YUV 199.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 252 194 87 0 0.23 0.65 0.01 38.91 0.96 0.66
Hex FC C2 57 0 17 41 1 27 60 42
Octal 374 302 127 0 27 101 1 47 140 102
Binary 11111100 11000010 1010111 0 10111 1000001 1 100111 1100000 1000010

Color Harmonies of #FCC257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC257

Black with #FCC257

Text Example


Text Example

White with #FCC257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC257; }

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

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

background-color css

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

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

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

border-color css

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

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

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