Html Css Color HEX #FCD12E Sunglow

📋 copy color: '#FCD12E'

red 252 ◦ green 209 ◦ blue 46

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

Shades of Sunglow #FCD12E

Tints of Sunglow #FCD12E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.07%

R = 49.7%
G = 41.22%
B = 9.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD12E (or 0xFCD12E) is known color: Sunglow. HEX triplet: FC, D1 and 2E. RGB value is (252,209,46). Sum of RGB (Red+Green+Blue) = 252+209+46=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 209 (82.03% from 255 or 41.22% from 507); Blue value is 46 (18.36% from 255 or 9.07% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD12E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD12E is #032ED1. Grayscale: #CBCBCB. Windows color (decimal): -208594 or 3068412. OLE color: 3068412.

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

Color convert

RGB 252 209 46 -
CMYK 0 0.17 0.82 0.01
HSL 47.48º 0.97% 0.58% -
HSV(B) 47.48º 0.82% 0.99% -
XYZ 63.44 66.49 12.08 -
YUV 203.28 39.25 162.75 -
System Red Green Blue C M Y K H S L
Decimal 252 209 46 0 0.17 0.82 0.01 47.48 0.97 0.58
Hex FC D1 2E 0 11 52 1 2F 61 3A
Octal 374 321 56 0 21 122 1 57 141 72
Binary 11111100 11010001 101110 0 10001 1010010 1 101111 1100001 111010

Color Harmonies of #FCD12E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD12E

Black with #FCD12E

Text Example


Text Example

White with #FCD12E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD12E; }

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

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

background-color css

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

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

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

border-color css

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

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

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