Html Css Color HEX #FCC552 Golden Tainoi

📋 copy color: '#FCC552'

red 252 ◦ green 197 ◦ blue 82

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

Shades of Golden Tainoi #FCC552

Tints of Golden Tainoi #FCC552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 15.44%

R = 47.46%
G = 37.1%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC552 (or 0xFCC552) is known color: Golden Tainoi. HEX triplet: FC, C5 and 52. RGB value is (252,197,82). Sum of RGB (Red+Green+Blue) = 252+197+82=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 197 (77.34% from 255 or 37.10% from 531); Blue value is 82 (32.42% from 255 or 15.44% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC552 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC552 is #033AAD. Grayscale: #C8C8C8. Windows color (decimal): -211630 or 5424636. OLE color: 5424636.

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

Color convert

RGB 252 197 82 -
CMYK 0 0.22 0.67 0.01
HSL 40.59º 0.97% 0.65% -
HSV(B) 40.59º 0.67% 0.99% -
XYZ 61.63 61.24 16.55 -
YUV 200.34 61.22 164.85 -
System Red Green Blue C M Y K H S L
Decimal 252 197 82 0 0.22 0.67 0.01 40.59 0.97 0.65
Hex FC C5 52 0 16 43 1 29 61 41
Octal 374 305 122 0 26 103 1 51 141 101
Binary 11111100 11000101 1010010 0 10110 1000011 1 101001 1100001 1000001

Color Harmonies of #FCC552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC552

Black with #FCC552

Text Example


Text Example

White with #FCC552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC552; }

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

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

background-color css

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

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

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

border-color css

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

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

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