Html Css Color HEX #FCD12F Sunglow

📋 copy color: '#FCD12F'

red 252 ◦ green 209 ◦ blue 47

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

Shades of Sunglow #FCD12F

Tints of Sunglow #FCD12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.25%

R = 49.61%
G = 41.14%
B = 9.25%

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

#FCD12F (or 0xFCD12F) is known color: Sunglow. HEX triplet: FC, D1 and 2F. RGB value is (252,209,47). Sum of RGB (Red+Green+Blue) = 252+209+47=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 209 (82.03% from 255 or 41.14% from 508); Blue value is 47 (18.75% from 255 or 9.25% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD12F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD12F is #032ED0. Grayscale: #CCCCCC. Windows color (decimal): -208593 or 3133948. OLE color: 3133948.

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

Color convert

RGB 252 209 47 -
CMYK 0 0.17 0.81 0.01
HSL 47.41º 0.97% 0.59% -
HSV(B) 47.41º 0.81% 0.99% -
XYZ 63.46 66.5 12.18 -
YUV 203.39 39.75 162.67 -
System Red Green Blue C M Y K H S L
Decimal 252 209 47 0 0.17 0.81 0.01 47.41 0.97 0.59
Hex FC D1 2F 0 11 51 1 2F 61 3B
Octal 374 321 57 0 21 121 1 57 141 73
Binary 11111100 11010001 101111 0 10001 1010001 1 101111 1100001 111011

Color Harmonies of #FCD12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD12F

Black with #FCD12F

Text Example


Text Example

White with #FCD12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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