Html Css Color HEX #FCD242 Sunglow

📋 copy color: '#FCD242'

red 252 ◦ green 210 ◦ blue 66

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

Shades of Sunglow #FCD242

Tints of Sunglow #FCD242

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.77%

 BLUE value IS 66 (26.17% from 255) = 12.5%

R = 47.73%
G = 39.77%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD242 (or 0xFCD242) is known color: Sunglow. HEX triplet: FC, D2 and 42. RGB value is (252,210,66). Sum of RGB (Red+Green+Blue) = 252+210+66=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 210 (82.42% from 255 or 39.77% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD242 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD242 is #032DBD. Grayscale: #CECECE. Windows color (decimal): -208318 or 4379388. OLE color: 4379388.

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

Color convert

RGB 252 210 66 -
CMYK 0 0.17 0.74 0.01
HSL 46.45º 0.97% 0.62% -
HSV(B) 46.45º 0.74% 0.99% -
XYZ 64.17 67.18 14.74 -
YUV 206.14 48.91 160.71 -
System Red Green Blue C M Y K H S L
Decimal 252 210 66 0 0.17 0.74 0.01 46.45 0.97 0.62
Hex FC D2 42 0 11 4A 1 2E 61 3E
Octal 374 322 102 0 21 112 1 56 141 76
Binary 11111100 11010010 1000010 0 10001 1001010 1 101110 1100001 111110

Color Harmonies of #FCD242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD242

Black with #FCD242

Text Example


Text Example

White with #FCD242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD242; }

 p { color: rgb(252,210,66); }

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

background-color css

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

 a { background-color: rgb(252,210,66); }

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

border-color css

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

 span { border-color: rgb(252,210,66); }

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