Html Css Color HEX #FED442 Sunglow

📋 copy color: '#FED442'

red 254 ◦ green 212 ◦ blue 66

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

Shades of Sunglow #FED442

Tints of Sunglow #FED442

RGB

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

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

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

R = 47.74%
G = 39.85%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FED442 (or 0xFED442) is known color: Sunglow. HEX triplet: FE, D4 and 42. RGB value is (254,212,66). Sum of RGB (Red+Green+Blue) = 254+212+66=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 212 (83.20% from 255 or 39.85% from 532); Blue value is 66 (26.17% from 255 or 12.41% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FED442 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED442 is #012BBD. Grayscale: #D0D0D0. Windows color (decimal): -76734 or 4379902. OLE color: 4379902.

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

Color convert

RGB 254 212 66 -
CMYK 0 0.17 0.74 0.00
HSL 46.6º 0.99% 0.63% -
HSV(B) 46.6º 0.74% 1% -
XYZ 65.4 68.55 14.94 -
YUV 207.91 47.91 160.87 -
System Red Green Blue C M Y K H S L
Decimal 254 212 66 0 0.17 0.74 0.00 46.6 0.99 0.63
Hex FE D4 42 0 11 4A 0 2F 63 3F
Octal 376 324 102 0 21 112 0 57 143 77
Binary 11111110 11010100 1000010 0 10001 1001010 0 101111 1100011 111111

Color Harmonies of #FED442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED442

Black with #FED442

Text Example


Text Example

White with #FED442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED442; }

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

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

background-color css

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

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

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

border-color css

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

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

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