Html Css Color HEX #FED42E Sunglow

📋 copy color: '#FED42E'

red 254 ◦ green 212 ◦ blue 46

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

Shades of Sunglow #FED42E

Tints of Sunglow #FED42E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 8.98%

R = 49.61%
G = 41.41%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FED42E (or 0xFED42E) is known color: Sunglow. HEX triplet: FE, D4 and 2E. RGB value is (254,212,46). Sum of RGB (Red+Green+Blue) = 254+212+46=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 212 (83.20% from 255 or 41.41% from 512); Blue value is 46 (18.36% from 255 or 8.98% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FED42E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED42E is #012BD1. Grayscale: #CECECE. Windows color (decimal): -76754 or 3069182. OLE color: 3069182.

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

Color convert

RGB 254 212 46 -
CMYK 0 0.17 0.82 0.00
HSL 47.88º 0.99% 0.59% -
HSV(B) 47.88º 0.82% 1% -
XYZ 64.91 68.36 12.36 -
YUV 205.63 37.91 162.5 -
System Red Green Blue C M Y K H S L
Decimal 254 212 46 0 0.17 0.82 0.00 47.88 0.99 0.59
Hex FE D4 2E 0 11 52 0 30 63 3B
Octal 376 324 56 0 21 122 0 60 143 73
Binary 11111110 11010100 101110 0 10001 1010010 0 110000 1100011 111011

Color Harmonies of #FED42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED42E

Black with #FED42E

Text Example


Text Example

White with #FED42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED42E; }

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

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

background-color css

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

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

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

border-color css

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

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

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