Html Css Color HEX #FCD236 Sunglow

📋 copy color: '#FCD236'

red 252 ◦ green 210 ◦ blue 54

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

Shades of Sunglow #FCD236

Tints of Sunglow #FCD236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 10.47%

R = 48.84%
G = 40.7%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.01

RGB Variations

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

Color information

#FCD236 (or 0xFCD236) is known color: Sunglow. HEX triplet: FC, D2 and 36. RGB value is (252,210,54). Sum of RGB (Red+Green+Blue) = 252+210+54=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 210 (82.42% from 255 or 40.70% from 516); Blue value is 54 (21.48% from 255 or 10.47% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD236 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD236 is #032DC9. Grayscale: #CDCDCD. Windows color (decimal): -208330 or 3592956. OLE color: 3592956.

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

Color convert

RGB 252 210 54 -
CMYK 0 0.17 0.79 0.01
HSL 47.27º 0.97% 0.6% -
HSV(B) 47.27º 0.79% 0.99% -
XYZ 63.86 67.05 13.07 -
YUV 204.77 42.91 161.68 -
System Red Green Blue C M Y K H S L
Decimal 252 210 54 0 0.17 0.79 0.01 47.27 0.97 0.6
Hex FC D2 36 0 11 4F 1 2F 61 3C
Octal 374 322 66 0 21 117 1 57 141 74
Binary 11111100 11010010 110110 0 10001 1001111 1 101111 1100001 111100

Color Harmonies of #FCD236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD236

Black with #FCD236

Text Example


Text Example

White with #FCD236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD236; }

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

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

background-color css

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

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

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

border-color css

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

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

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