#FECF15

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

Shades of Turbo #FECF15

Tints of Turbo #FECF15

Color information

#FECF15 (or 0xFECF15) is unknown color: approx Turbo. HEX triplet: FE, CF and 15. RGB value is (254,207,21). Sum of RGB (Red+Green+Blue) = 254+207+21=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 21 (8.59% from 255 or 4.36% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FECF15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FECF15 is #0130EA. Grayscale: #C8C8C8. Windows color (decimal): -78059 or 1429502. OLE color: 1429502.

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

Color convert

RGB25420721-
CMYK00.190.920.00
HSL47.9º99.15%53.92%-
HSV(B)47.9º91.73%99.61%-
XYZ63.3265.7510.06-
YUV199.8527.07166.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.70%
GREEN value IS 207 (81.25% from 255) = 42.95%
BLUE value IS 21 (8.59% from 255) = 4.36%
R=52.70%
G=42.95%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.92
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2542072100.190.920.0047.999.1553.92
HexFECF150135C0306336
Octal3763172502313406014366
Binary111111101100111110101010011101110001100001100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FECF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FECF15; }

 p { color: rgb(254,207,21); }

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

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

 a { background-color: rgb(254,207,21); }

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

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

 span { border-color: rgb(254,207,21); }

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