Html Css Color HEX #FCD042 Sunglow

📋 copy color: '#FCD042'

red 252 ◦ green 208 ◦ blue 66

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

Shades of Sunglow #FCD042

Tints of Sunglow #FCD042

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.54%

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

R = 47.91%
G = 39.54%
B = 12.55%

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

#FCD042 (or 0xFCD042) is known color: Sunglow. HEX triplet: FC, D0 and 42. RGB value is (252,208,66). Sum of RGB (Red+Green+Blue) = 252+208+66=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 66 (26.17% from 255 or 12.55% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCD042 is #032FBD. Grayscale: #CDCDCD. Windows color (decimal): -208830 or 4378876. OLE color: 4378876.

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

Color convert

RGB 252 208 66 -
CMYK 0 0.17 0.74 0.01
HSL 45.81º 0.97% 0.62% -
HSV(B) 45.81º 0.74% 0.99% -
XYZ 63.68 66.2 14.58 -
YUV 204.97 49.58 161.55 -
System Red Green Blue C M Y K H S L
Decimal 252 208 66 0 0.17 0.74 0.01 45.81 0.97 0.62
Hex FC D0 42 0 11 4A 1 2E 61 3E
Octal 374 320 102 0 21 112 1 56 141 76
Binary 11111100 11010000 1000010 0 10001 1001010 1 101110 1100001 111110

Color Harmonies of #FCD042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD042

Black with #FCD042

Text Example


Text Example

White with #FCD042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD042; }

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

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

background-color css

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

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

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

border-color css

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

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

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