#FED140

Color #FED140 Sunglow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglow #FED140

Tints of Sunglow #FED140

Color information

#FED140 (or 0xFED140) is unknown color: approx Sunglow. HEX triplet: FE, D1 and 40. RGB value is (254,209,64). Sum of RGB (Red+Green+Blue) = 254+209+64=527 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.20% from 527); Green value is 209 (82.03% from 255 or 39.66% from 527); Blue value is 64 (25.39% from 255 or 12.14% from 527); Max value from RGB is 254 - color contains mainly: red. Hex color #FED140 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED140 is #012EBF. Grayscale: #CECECE. Windows color (decimal): -77504 or 4248062. OLE color: 4248062.

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

Color convert

RGB25420964-
CMYK00.180.750.00
HSL45.79º98.96%62.35%-
HSV(B)45.79º74.8%99.61%-
XYZ64.667.0414.39-
YUV205.9247.91162.29-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.20%
GREEN value IS 209 (82.03% from 255) = 39.66%
BLUE value IS 64 (25.39% from 255) = 12.14%
R=48.20%
G=39.66%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542096400.180.750.0045.7998.9662.35
HexFED1400124B02e633e
Octal37632110002211305614376
Binary11111110110100011000000010010100101101011101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED140; }

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

 H1.HeaderClassName
 {
   color: #FED140;
 }
 .AnyTagClassName
 {
   color: #FED140;
 }
</style>
background-color css

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

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

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

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

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

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