#FEC321

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

Shades of Turbo #FEC321

Tints of Turbo #FEC321

Color information

#FEC321 (or 0xFEC321) is unknown color: approx Turbo. HEX triplet: FE, C3 and 21. RGB value is (254,195,33). Sum of RGB (Red+Green+Blue) = 254+195+33=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 195 (76.56% from 255 or 40.46% from 482); Blue value is 33 (13.28% from 255 or 6.85% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC321 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC321 is #013CDE. Grayscale: #C2C2C2. Windows color (decimal): -81119 or 2212862. OLE color: 2212862.

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

Color convert

RGB25419533-
CMYK00.230.870.00
HSL43.98º99.1%56.27%-
HSV(B)43.98º87.01%99.61%-
XYZ60.6660.219.86-
YUV194.1737.05170.67-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 195 (76.56% from 255) = 40.46%
BLUE value IS 33 (13.28% from 255) = 6.85%
R=52.70%
G=40.46%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.87
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541953300.230.870.0043.9899.156.27
HexFEC3210175702c6338
Octal3763034102712705414370
Binary1111111011000011100001010111101011101011001100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEC321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEC321; }

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

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

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

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

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

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

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

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