Html Css Color HEX #FED132 Sunglow

📋 copy color: '#FED132'

red 254 ◦ green 209 ◦ blue 50

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

Shades of Sunglow #FED132

Tints of Sunglow #FED132

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.74%

 BLUE value IS 50 (19.92% from 255) = 9.75%

R = 49.51%
G = 40.74%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.00

RGB Variations

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

Color information

#FED132 (or 0xFED132) is known color: Sunglow. HEX triplet: FE, D1 and 32. RGB value is (254,209,50). Sum of RGB (Red+Green+Blue) = 254+209+50=513 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.51% from 513); Green value is 209 (82.03% from 255 or 40.74% from 513); Blue value is 50 (19.92% from 255 or 9.75% from 513); Max value from RGB is 254 - color contains mainly: red. Hex color #FED132 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED132 is #012ECD. Grayscale: #CDCDCD. Windows color (decimal): -77518 or 3330558. OLE color: 3330558.

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

Color convert

RGB 254 209 50 -
CMYK 0 0.18 0.80 0.00
HSL 46.76º 0.99% 0.6% -
HSV(B) 46.76º 0.8% 1% -
XYZ 64.25 66.9 12.54 -
YUV 204.33 40.91 163.43 -
System Red Green Blue C M Y K H S L
Decimal 254 209 50 0 0.18 0.80 0.00 46.76 0.99 0.6
Hex FE D1 32 0 12 50 0 2F 63 3C
Octal 376 321 62 0 22 120 0 57 143 74
Binary 11111110 11010001 110010 0 10010 1010000 0 101111 1100011 111100

Color Harmonies of #FED132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED132

Black with #FED132

Text Example


Text Example

White with #FED132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED132; }

 p { color: rgb(254,209,50); }

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

background-color css

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

 a { background-color: rgb(254,209,50); }

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

border-color css

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

 span { border-color: rgb(254,209,50); }

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