Html Css Color HEX #FCD631 Sunglow

📋 copy color: '#FCD631'

red 252 ◦ green 214 ◦ blue 49

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

Shades of Sunglow #FCD631

Tints of Sunglow #FCD631

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

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

R = 48.93%
G = 41.55%
B = 9.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#FCD631 (or 0xFCD631) is known color: Sunglow. HEX triplet: FC, D6 and 31. RGB value is (252,214,49). Sum of RGB (Red+Green+Blue) = 252+214+49=515 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.93% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 49 (19.53% from 255 or 9.51% from 515); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD631 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD631 is #0329CE. Grayscale: #CFCFCF. Windows color (decimal): -207311 or 3266300. OLE color: 3266300.

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

Color convert

RGB 252 214 49 -
CMYK 0 0.15 0.81 0.01
HSL 48.77º 0.97% 0.59% -
HSV(B) 48.77º 0.81% 0.99% -
XYZ 64.75 69.01 12.81 -
YUV 206.55 39.09 160.42 -
System Red Green Blue C M Y K H S L
Decimal 252 214 49 0 0.15 0.81 0.01 48.77 0.97 0.59
Hex FC D6 31 0 F 51 1 31 61 3B
Octal 374 326 61 0 17 121 1 61 141 73
Binary 11111100 11010110 110001 0 1111 1010001 1 110001 1100001 111011

Color Harmonies of #FCD631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD631

Black with #FCD631

Text Example


Text Example

White with #FCD631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD631; }

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

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

background-color css

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

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

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

border-color css

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

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

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