Html Css Color HEX #FCD442 Sunglow

📋 copy color: '#FCD442'

red 252 ◦ green 212 ◦ blue 66

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

Shades of Sunglow #FCD442

Tints of Sunglow #FCD442

RGB

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

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

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

R = 47.55%
G = 40%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FCD442 (or 0xFCD442) is known color: Sunglow. HEX triplet: FC, D4 and 42. RGB value is (252,212,66). Sum of RGB (Red+Green+Blue) = 252+212+66=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 212 (83.20% from 255 or 40% from 530); Blue value is 66 (26.17% from 255 or 12.45% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD442 is #032BBD. Grayscale: #CFCFCF. Windows color (decimal): -207806 or 4379900. OLE color: 4379900.

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

Color convert

RGB 252 212 66 -
CMYK 0 0.16 0.74 0.01
HSL 47.1º 0.97% 0.62% -
HSV(B) 47.1º 0.74% 0.99% -
XYZ 64.67 68.18 14.9 -
YUV 207.32 48.25 159.87 -
System Red Green Blue C M Y K H S L
Decimal 252 212 66 0 0.16 0.74 0.01 47.1 0.97 0.62
Hex FC D4 42 0 10 4A 1 2F 61 3E
Octal 374 324 102 0 20 112 1 57 141 76
Binary 11111100 11010100 1000010 0 10000 1001010 1 101111 1100001 111110

Color Harmonies of #FCD442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD442

Black with #FCD442

Text Example


Text Example

White with #FCD442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD442; }

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

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

background-color css

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

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

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

border-color css

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

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

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