Html Css Color HEX #FCC057 Golden Tainoi

📋 copy color: '#FCC057'

red 252 ◦ green 192 ◦ blue 87

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

Shades of Golden Tainoi #FCC057

Tints of Golden Tainoi #FCC057

RGB

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

 GREEN value IS 192 (75.39% from 255) = 36.16%

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

R = 47.46%
G = 36.16%
B = 16.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.65

 K value IS 0.01

RGB Variations

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

Color information

#FCC057 (or 0xFCC057) is known color: Golden Tainoi. HEX triplet: FC, C0 and 57. RGB value is (252,192,87). Sum of RGB (Red+Green+Blue) = 252+192+87=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 87 (34.38% from 255 or 16.38% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC057 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC057 is #033FA8. Grayscale: #C6C6C6. Windows color (decimal): -212905 or 5751036. OLE color: 5751036.

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

Color convert

RGB 252 192 87 -
CMYK 0 0.24 0.65 0.01
HSL 38.18º 0.96% 0.66% -
HSV(B) 38.18º 0.65% 0.99% -
XYZ 60.71 59.08 17.22 -
YUV 197.97 65.38 166.54 -
System Red Green Blue C M Y K H S L
Decimal 252 192 87 0 0.24 0.65 0.01 38.18 0.96 0.66
Hex FC C0 57 0 18 41 1 26 60 42
Octal 374 300 127 0 30 101 1 46 140 102
Binary 11111100 11000000 1010111 0 11000 1000001 1 100110 1100000 1000010

Color Harmonies of #FCC057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC057

Black with #FCC057

Text Example


Text Example

White with #FCC057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC057; }

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

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

background-color css

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

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

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

border-color css

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

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

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