Html Css Color HEX #FCD131 Sunglow

📋 copy color: '#FCD131'

red 252 ◦ green 209 ◦ blue 49

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

Shades of Sunglow #FCD131

Tints of Sunglow #FCD131

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.98%

 BLUE value IS 49 (19.53% from 255) = 9.61%

R = 49.41%
G = 40.98%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD131 (or 0xFCD131) is known color: Sunglow. HEX triplet: FC, D1 and 31. RGB value is (252,209,49). Sum of RGB (Red+Green+Blue) = 252+209+49=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 209 (82.03% from 255 or 40.98% from 510); Blue value is 49 (19.53% from 255 or 9.61% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD131 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD131 is #032ECE. Grayscale: #CCCCCC. Windows color (decimal): -208591 or 3265020. OLE color: 3265020.

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

Color convert

RGB 252 209 49 -
CMYK 0 0.17 0.81 0.01
HSL 47.29º 0.97% 0.59% -
HSV(B) 47.29º 0.81% 0.99% -
XYZ 63.5 66.52 12.4 -
YUV 203.62 40.75 162.51 -
System Red Green Blue C M Y K H S L
Decimal 252 209 49 0 0.17 0.81 0.01 47.29 0.97 0.59
Hex FC D1 31 0 11 51 1 2F 61 3B
Octal 374 321 61 0 21 121 1 57 141 73
Binary 11111100 11010001 110001 0 10001 1010001 1 101111 1100001 111011

Color Harmonies of #FCD131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD131

Black with #FCD131

Text Example


Text Example

White with #FCD131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD131; }

 p { color: rgb(252,209,49); }

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

background-color css

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

 a { background-color: rgb(252,209,49); }

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

border-color css

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

 span { border-color: rgb(252,209,49); }

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