Html Css Color HEX #FCC532 Sunglow

📋 copy color: '#FCC532'

red 252 ◦ green 197 ◦ blue 50

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

Shades of Sunglow #FCC532

Tints of Sunglow #FCC532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 10.02%

R = 50.5%
G = 39.48%
B = 10.02%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCC532 (or 0xFCC532) is known color: Sunglow. HEX triplet: FC, C5 and 32. RGB value is (252,197,50). Sum of RGB (Red+Green+Blue) = 252+197+50=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 197 (77.34% from 255 or 39.48% from 499); Blue value is 50 (19.92% from 255 or 10.02% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC532 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC532 is #033ACD. Grayscale: #C5C5C5. Windows color (decimal): -211662 or 3327484. OLE color: 3327484.

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

Color convert

RGB 252 197 50 -
CMYK 0 0.22 0.80 0.01
HSL 43.66º 0.97% 0.59% -
HSV(B) 43.66º 0.8% 0.99% -
XYZ 60.69 60.86 11.57 -
YUV 196.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 252 197 50 0 0.22 0.80 0.01 43.66 0.97 0.59
Hex FC C5 32 0 16 50 1 2C 61 3B
Octal 374 305 62 0 26 120 1 54 141 73
Binary 11111100 11000101 110010 0 10110 1010000 1 101100 1100001 111011

Color Harmonies of #FCC532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCC532

Black with #FCC532

Text Example


Text Example

White with #FCC532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCC532; }

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

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

background-color css

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

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

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

border-color css

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

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

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