Html Css Color HEX #FCC352 Golden Tainoi

📋 copy color: '#FCC352'

red 252 ◦ green 195 ◦ blue 82

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

Shades of Golden Tainoi #FCC352

Tints of Golden Tainoi #FCC352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.86%

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

R = 47.64%
G = 36.86%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FCC352 (or 0xFCC352) is known color: Golden Tainoi. HEX triplet: FC, C3 and 52. RGB value is (252,195,82). Sum of RGB (Red+Green+Blue) = 252+195+82=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 82 (32.42% from 255 or 15.50% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC352 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC352 is #033CAD. Grayscale: #C7C7C7. Windows color (decimal): -212142 or 5424124. OLE color: 5424124.

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

Color convert

RGB 252 195 82 -
CMYK 0 0.23 0.67 0.01
HSL 39.88º 0.97% 0.65% -
HSV(B) 39.88º 0.67% 0.99% -
XYZ 61.18 60.33 16.4 -
YUV 199.16 61.88 165.69 -
System Red Green Blue C M Y K H S L
Decimal 252 195 82 0 0.23 0.67 0.01 39.88 0.97 0.65
Hex FC C3 52 0 17 43 1 28 61 41
Octal 374 303 122 0 27 103 1 50 141 101
Binary 11111100 11000011 1010010 0 10111 1000011 1 101000 1100001 1000001

Color Harmonies of #FCC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC352

Black with #FCC352

Text Example


Text Example

White with #FCC352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC352; }

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

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

background-color css

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

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

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

border-color css

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

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

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