Html Css Color HEX #FCD42E Sunglow

📋 copy color: '#FCD42E'

red 252 ◦ green 212 ◦ blue 46

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

Shades of Sunglow #FCD42E

Tints of Sunglow #FCD42E

RGB

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

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

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

R = 49.41%
G = 41.57%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.82

 K value IS 0.01

RGB Variations

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

Color information

#FCD42E (or 0xFCD42E) is known color: Sunglow. HEX triplet: FC, D4 and 2E. RGB value is (252,212,46). Sum of RGB (Red+Green+Blue) = 252+212+46=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 212 (83.20% from 255 or 41.57% from 510); Blue value is 46 (18.36% from 255 or 9.02% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD42E is #032BD1. Grayscale: #CDCDCD. Windows color (decimal): -207826 or 3069180. OLE color: 3069180.

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

Color convert

RGB 252 212 46 -
CMYK 0 0.16 0.82 0.01
HSL 48.35º 0.97% 0.58% -
HSV(B) 48.35º 0.82% 0.99% -
XYZ 64.18 67.98 12.32 -
YUV 205.04 38.25 161.5 -
System Red Green Blue C M Y K H S L
Decimal 252 212 46 0 0.16 0.82 0.01 48.35 0.97 0.58
Hex FC D4 2E 0 10 52 1 30 61 3A
Octal 374 324 56 0 20 122 1 60 141 72
Binary 11111100 11010100 101110 0 10000 1010010 1 110000 1100001 111010

Color Harmonies of #FCD42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD42E

Black with #FCD42E

Text Example


Text Example

White with #FCD42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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