Html Css Color HEX #FCC544 Golden Tainoi

📋 copy color: '#FCC544'

red 252 ◦ green 197 ◦ blue 68

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

Shades of Golden Tainoi #FCC544

Tints of Golden Tainoi #FCC544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 13.15%

R = 48.74%
G = 38.1%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FCC544 (or 0xFCC544) is known color: Golden Tainoi. HEX triplet: FC, C5 and 44. RGB value is (252,197,68). Sum of RGB (Red+Green+Blue) = 252+197+68=517 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.74% from 517); Green value is 197 (77.34% from 255 or 38.10% from 517); Blue value is 68 (26.95% from 255 or 13.15% from 517); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC544 is #033ABB. Grayscale: #C7C7C7. Windows color (decimal): -211644 or 4507132. OLE color: 4507132.

HSL color Cylindrical-coordinate representation of color #FCC544: hue angle of 42.07º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FCC544 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 197 68 -
CMYK 0 0.22 0.73 0.01
HSL 42.07º 0.97% 0.63% -
HSV(B) 42.07º 0.73% 0.99% -
XYZ 61.15 61.05 14.03 -
YUV 198.74 54.22 165.99 -
System Red Green Blue C M Y K H S L
Decimal 252 197 68 0 0.22 0.73 0.01 42.07 0.97 0.63
Hex FC C5 44 0 16 49 1 2A 61 3F
Octal 374 305 104 0 26 111 1 52 141 77
Binary 11111100 11000101 1000100 0 10110 1001001 1 101010 1100001 111111

Color Harmonies of #FCC544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC544

Black with #FCC544

Text Example


Text Example

White with #FCC544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC544; }

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

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

background-color css

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

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

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

border-color css

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

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

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