Html Css Color HEX #FED02E Sunglow

📋 copy color: '#FED02E'

red 254 ◦ green 208 ◦ blue 46

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

Shades of Sunglow #FED02E

Tints of Sunglow #FED02E

RGB

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

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

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

R = 50%
G = 40.94%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.82

 K value IS 0.00

RGB Variations

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

Color information

#FED02E (or 0xFED02E) is known color: Sunglow. HEX triplet: FE, D0 and 2E. RGB value is (254,208,46). Sum of RGB (Red+Green+Blue) = 254+208+46=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 208 (81.64% from 255 or 40.94% from 508); Blue value is 46 (18.36% from 255 or 9.06% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED02E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED02E is #012FD1. Grayscale: #CBCBCB. Windows color (decimal): -77778 or 3068158. OLE color: 3068158.

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

Color convert

RGB 254 208 46 -
CMYK 0 0.18 0.82 0.00
HSL 46.73º 0.99% 0.59% -
HSV(B) 46.73º 0.82% 1% -
XYZ 63.92 66.38 12.03 -
YUV 203.29 39.24 164.17 -
System Red Green Blue C M Y K H S L
Decimal 254 208 46 0 0.18 0.82 0.00 46.73 0.99 0.59
Hex FE D0 2E 0 12 52 0 2F 63 3B
Octal 376 320 56 0 22 122 0 57 143 73
Binary 11111110 11010000 101110 0 10010 1010010 0 101111 1100011 111011

Color Harmonies of #FED02E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED02E

Black with #FED02E

Text Example


Text Example

White with #FED02E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED02E; }

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

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

background-color css

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

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

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

border-color css

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

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

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