Html Css Color HEX #FCD232 Sunglow

📋 copy color: '#FCD232'

red 252 ◦ green 210 ◦ blue 50

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

Shades of Sunglow #FCD232

Tints of Sunglow #FCD232

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.02%

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

R = 49.22%
G = 41.02%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.01

RGB Variations

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

Color information

#FCD232 (or 0xFCD232) is known color: Sunglow. HEX triplet: FC, D2 and 32. RGB value is (252,210,50). Sum of RGB (Red+Green+Blue) = 252+210+50=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 50 (19.92% from 255 or 9.77% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD232 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD232 is #032DCD. Grayscale: #CDCDCD. Windows color (decimal): -208334 or 3330812. OLE color: 3330812.

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

Color convert

RGB 252 210 50 -
CMYK 0 0.17 0.80 0.01
HSL 47.52º 0.97% 0.59% -
HSV(B) 47.52º 0.8% 0.99% -
XYZ 63.77 67.02 12.59 -
YUV 204.32 40.91 162.01 -
System Red Green Blue C M Y K H S L
Decimal 252 210 50 0 0.17 0.80 0.01 47.52 0.97 0.59
Hex FC D2 32 0 11 50 1 30 61 3B
Octal 374 322 62 0 21 120 1 60 141 73
Binary 11111100 11010010 110010 0 10001 1010000 1 110000 1100001 111011

Color Harmonies of #FCD232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD232

Black with #FCD232

Text Example


Text Example

White with #FCD232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD232; }

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

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

background-color css

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

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

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

border-color css

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

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

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