Html Css Color HEX #FED32E Sunglow

📋 copy color: '#FED32E'

red 254 ◦ green 211 ◦ blue 46

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

Shades of Sunglow #FED32E

Tints of Sunglow #FED32E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.29%

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

R = 49.71%
G = 41.29%
B = 9%

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

#FED32E (or 0xFED32E) is known color: Sunglow. HEX triplet: FE, D3 and 2E. RGB value is (254,211,46). Sum of RGB (Red+Green+Blue) = 254+211+46=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 211 (82.81% from 255 or 41.29% from 511); Blue value is 46 (18.36% from 255 or 9.00% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FED32E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED32E is #012CD1. Grayscale: #CDCDCD. Windows color (decimal): -77010 or 3068926. OLE color: 3068926.

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

Color convert

RGB 254 211 46 -
CMYK 0 0.17 0.82 0.00
HSL 47.6º 0.99% 0.59% -
HSV(B) 47.6º 0.82% 1% -
XYZ 64.66 67.86 12.27 -
YUV 205.05 38.25 162.92 -
System Red Green Blue C M Y K H S L
Decimal 254 211 46 0 0.17 0.82 0.00 47.6 0.99 0.59
Hex FE D3 2E 0 11 52 0 30 63 3B
Octal 376 323 56 0 21 122 0 60 143 73
Binary 11111110 11010011 101110 0 10001 1010010 0 110000 1100011 111011

Color Harmonies of #FED32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED32E

Black with #FED32E

Text Example


Text Example

White with #FED32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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