Html Css Color HEX #FCC457 Golden Tainoi

📋 copy color: '#FCC457'

red 252 ◦ green 196 ◦ blue 87

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

Shades of Golden Tainoi #FCC457

Tints of Golden Tainoi #FCC457

RGB

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

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

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

R = 47.1%
G = 36.64%
B = 16.26%

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

#FCC457 (or 0xFCC457) is known color: Golden Tainoi. HEX triplet: FC, C4 and 57. RGB value is (252,196,87). Sum of RGB (Red+Green+Blue) = 252+196+87=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 196 (76.95% from 255 or 36.64% from 535); Blue value is 87 (34.38% from 255 or 16.26% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC457 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC457 is #033BA8. Grayscale: #C8C8C8. Windows color (decimal): -211881 or 5752060. OLE color: 5752060.

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

Color convert

RGB 252 196 87 -
CMYK 0 0.22 0.65 0.01
HSL 39.64º 0.96% 0.66% -
HSV(B) 39.64º 0.65% 0.99% -
XYZ 61.61 60.86 17.52 -
YUV 200.32 64.05 164.86 -
System Red Green Blue C M Y K H S L
Decimal 252 196 87 0 0.22 0.65 0.01 39.64 0.96 0.66
Hex FC C4 57 0 16 41 1 28 60 42
Octal 374 304 127 0 26 101 1 50 140 102
Binary 11111100 11000100 1010111 0 10110 1000001 1 101000 1100000 1000010

Color Harmonies of #FCC457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC457

Black with #FCC457

Text Example


Text Example

White with #FCC457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC457; }

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

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

background-color css

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

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

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

border-color css

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

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

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