Html Css Color HEX #FED042 Sunglow

📋 copy color: '#FED042'

red 254 ◦ green 208 ◦ blue 66

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

Shades of Sunglow #FED042

Tints of Sunglow #FED042

RGB

 RED value IS 254 (99.61% from 255) = 48.11%

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

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

R = 48.11%
G = 39.39%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED042 (or 0xFED042) is known color: Sunglow. HEX triplet: FE, D0 and 42. RGB value is (254,208,66). Sum of RGB (Red+Green+Blue) = 254+208+66=528 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.11% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 66 (26.17% from 255 or 12.5% from 528); Max value from RGB is 254 - color contains mainly: red. Hex color #FED042 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED042 is #012FBD. Grayscale: #CECECE. Windows color (decimal): -77758 or 4378878. OLE color: 4378878.

HSL color Cylindrical-coordinate representation of color #FED042: hue angle of 45.32º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FED042 is Cyan = 0, Magento = 0.18, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 208 66 -
CMYK 0 0.18 0.74 0.00
HSL 45.32º 0.99% 0.63% -
HSV(B) 45.32º 0.74% 1% -
XYZ 64.41 66.58 14.61 -
YUV 205.57 49.24 162.55 -
System Red Green Blue C M Y K H S L
Decimal 254 208 66 0 0.18 0.74 0.00 45.32 0.99 0.63
Hex FE D0 42 0 12 4A 0 2D 63 3F
Octal 376 320 102 0 22 112 0 55 143 77
Binary 11111110 11010000 1000010 0 10010 1001010 0 101101 1100011 111111

Color Harmonies of #FED042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED042

Black with #FED042

Text Example


Text Example

White with #FED042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED042; }

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

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

background-color css

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

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

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

border-color css

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

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

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