Html Css Color HEX #FCD031 Sunglow

📋 copy color: '#FCD031'

red 252 ◦ green 208 ◦ blue 49

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

Shades of Sunglow #FCD031

Tints of Sunglow #FCD031

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.86%

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

R = 49.51%
G = 40.86%
B = 9.63%

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

#FCD031 (or 0xFCD031) is known color: Sunglow. HEX triplet: FC, D0 and 31. RGB value is (252,208,49). Sum of RGB (Red+Green+Blue) = 252+208+49=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 208 (81.64% from 255 or 40.86% from 509); Blue value is 49 (19.53% from 255 or 9.63% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD031 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD031 is #032FCE. Grayscale: #CBCBCB. Windows color (decimal): -208847 or 3264764. OLE color: 3264764.

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

Color convert

RGB 252 208 49 -
CMYK 0 0.17 0.81 0.01
HSL 47º 0.97% 0.59% -
HSV(B) 47º 0.81% 0.99% -
XYZ 63.26 66.03 12.32 -
YUV 203.03 41.08 162.93 -
System Red Green Blue C M Y K H S L
Decimal 252 208 49 0 0.17 0.81 0.01 47 0.97 0.59
Hex FC D0 31 0 11 51 1 2F 61 3B
Octal 374 320 61 0 21 121 1 57 141 73
Binary 11111100 11010000 110001 0 10001 1010001 1 101111 1100001 111011

Color Harmonies of #FCD031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD031

Black with #FCD031

Text Example


Text Example

White with #FCD031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD031; }

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

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

background-color css

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

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

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

border-color css

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

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

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