Html Css Color HEX #FCD431 Sunglow

📋 copy color: '#FCD431'

red 252 ◦ green 212 ◦ blue 49

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

Shades of Sunglow #FCD431

Tints of Sunglow #FCD431

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.33%

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

R = 49.12%
G = 41.33%
B = 9.55%

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

#FCD431 (or 0xFCD431) is known color: Sunglow. HEX triplet: FC, D4 and 31. RGB value is (252,212,49). Sum of RGB (Red+Green+Blue) = 252+212+49=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 212 (83.20% from 255 or 41.33% from 513); Blue value is 49 (19.53% from 255 or 9.55% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD431 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD431 is #032BCE. Grayscale: #CECECE. Windows color (decimal): -207823 or 3265788. OLE color: 3265788.

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

Color convert

RGB 252 212 49 -
CMYK 0 0.16 0.81 0.01
HSL 48.18º 0.97% 0.59% -
HSV(B) 48.18º 0.81% 0.99% -
XYZ 64.24 68 12.65 -
YUV 205.38 39.75 161.25 -
System Red Green Blue C M Y K H S L
Decimal 252 212 49 0 0.16 0.81 0.01 48.18 0.97 0.59
Hex FC D4 31 0 10 51 1 30 61 3B
Octal 374 324 61 0 20 121 1 60 141 73
Binary 11111100 11010100 110001 0 10000 1010001 1 110000 1100001 111011

Color Harmonies of #FCD431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD431

Black with #FCD431

Text Example


Text Example

White with #FCD431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD431; }

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

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

background-color css

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

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

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

border-color css

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

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

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