#FED020

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

Shades of Turbo #FED020

Tints of Turbo #FED020

Color information

#FED020 (or 0xFED020) is unknown color: approx Turbo. HEX triplet: FE, D0 and 20. RGB value is (254,208,32). Sum of RGB (Red+Green+Blue) = 254+208+32=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 208 (81.64% from 255 or 42.11% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FED020 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED020 is #012FDF. Grayscale: #CACACA. Windows color (decimal): -77792 or 2150654. OLE color: 2150654.

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

Color convert

RGB25420832-
CMYK00.180.870.00
HSL47.57º99.11%56.08%-
HSV(B)47.57º87.4%99.61%-
XYZ63.6966.2910.8-
YUV201.6932.24165.31-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 208 (81.64% from 255) = 42.11%
BLUE value IS 32 (12.89% from 255) = 6.48%
R=51.42%
G=42.11%
B=6.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542083200.180.870.0047.5799.1156.08
HexFED020012570306338
Octal3763204002212706014370
Binary1111111011010000100000010010101011101100001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED020; }

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

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

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

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

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

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

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

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