#FEC921

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

Shades of Turbo #FEC921

Tints of Turbo #FEC921

Color information

#FEC921 (or 0xFEC921) is unknown color: approx Turbo. HEX triplet: FE, C9 and 21. RGB value is (254,201,33). Sum of RGB (Red+Green+Blue) = 254+201+33=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 201 (78.91% from 255 or 41.19% from 488); Blue value is 33 (13.28% from 255 or 6.76% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC921 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC921 is #0136DE. Grayscale: #C6C6C6. Windows color (decimal): -79583 or 2214398. OLE color: 2214398.

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

Color convert

RGB25420133-
CMYK00.210.870.00
HSL45.61º99.1%56.27%-
HSV(B)45.61º87.01%99.61%-
XYZ62.0362.9510.32-
YUV197.735.06168.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.05%
GREEN value IS 201 (78.91% from 255) = 41.19%
BLUE value IS 33 (13.28% from 255) = 6.76%
R=52.05%
G=41.19%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542013300.210.870.0045.6199.156.27
HexFEC9210155702e6338
Octal3763114102512705614370
Binary1111111011001001100001010101101011101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC921; }

 p { color: rgb(254,201,33); }

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

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

 a { background-color: rgb(254,201,33); }

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

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

 span { border-color: rgb(254,201,33); }

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