#FECA21

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

Shades of Turbo #FECA21

Tints of Turbo #FECA21

Color information

#FECA21 (or 0xFECA21) is unknown color: approx Turbo. HEX triplet: FE, CA and 21. RGB value is (254,202,33). Sum of RGB (Red+Green+Blue) = 254+202+33=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 33 (13.28% from 255 or 6.75% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FECA21 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FECA21 is #0135DE. Grayscale: #C7C7C7. Windows color (decimal): -79327 or 2214654. OLE color: 2214654.

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

Color convert

RGB25420233-
CMYK00.200.870.00
HSL45.88º99.1%56.27%-
HSV(B)45.88º87.01%99.61%-
XYZ62.2763.4210.4-
YUV198.2834.73167.74-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 202 (79.30% from 255) = 41.31%
BLUE value IS 33 (13.28% from 255) = 6.75%
R=51.94%
G=41.31%
B=6.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542023300.200.870.0045.8899.156.27
HexFECA210145702e6338
Octal3763124102412705614370
Binary1111111011001010100001010100101011101011101100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECA21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECA21; }

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

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

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

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

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

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

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

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