Html Css Color HEX #FCD331 Sunglow

📋 copy color: '#FCD331'

red 252 ◦ green 211 ◦ blue 49

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

Shades of Sunglow #FCD331

Tints of Sunglow #FCD331

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.21%

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

R = 49.22%
G = 41.21%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD331 (or 0xFCD331) is known color: Sunglow. HEX triplet: FC, D3 and 31. RGB value is (252,211,49). Sum of RGB (Red+Green+Blue) = 252+211+49=512 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.22% from 512); Green value is 211 (82.81% from 255 or 41.21% from 512); Blue value is 49 (19.53% from 255 or 9.57% from 512); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD331 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD331 is #032CCE. Grayscale: #CDCDCD. Windows color (decimal): -208079 or 3265532. OLE color: 3265532.

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

Color convert

RGB 252 211 49 -
CMYK 0 0.16 0.81 0.01
HSL 47.88º 0.97% 0.59% -
HSV(B) 47.88º 0.81% 0.99% -
XYZ 63.99 67.51 12.56 -
YUV 204.79 40.08 161.67 -
System Red Green Blue C M Y K H S L
Decimal 252 211 49 0 0.16 0.81 0.01 47.88 0.97 0.59
Hex FC D3 31 0 10 51 1 30 61 3B
Octal 374 323 61 0 20 121 1 60 141 73
Binary 11111100 11010011 110001 0 10000 1010001 1 110000 1100001 111011

Color Harmonies of #FCD331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD331

Black with #FCD331

Text Example


Text Example

White with #FCD331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD331; }

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

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

background-color css

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

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

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

border-color css

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

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

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