#F5D81E

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

Shades of Turbo #F5D81E

Tints of Turbo #F5D81E

Color information

#F5D81E (or 0xF5D81E) is unknown color: approx Turbo. HEX triplet: F5, D8 and 1E. RGB value is (245,216,30). Sum of RGB (Red+Green+Blue) = 245+216+30=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 216 (84.77% from 255 or 43.99% from 491); Blue value is 30 (12.11% from 255 or 6.11% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5D81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5D81E is #0A27E1. Grayscale: #CCCCCC. Windows color (decimal): -665570 or 2021621. OLE color: 2021621.

HSL color Cylindrical-coordinate representation of color #F5D81E: hue angle of 51.91º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F5D81E is Cyan = 0, Magento = 0.12, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24521630-
CMYK00.120.880.04
HSL51.91º91.49%53.92%-
HSV(B)51.91º87.76%96.08%-
XYZ62.4568.6211.18-
YUV203.4730.11157.62-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 49.90%
GREEN value IS 216 (84.77% from 255) = 43.99%
BLUE value IS 30 (12.11% from 255) = 6.11%
R=49.90%
G=43.99%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452163000.120.880.0451.9191.4953.92
HexF5D81E0C584345b36
Octal3653303601413046413366
Binary1111010111011000111100110010110001001101001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5D81E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5D81E; }

 p { color: rgb(245,216,30); }

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

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

 a { background-color: rgb(245,216,30); }

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

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

 span { border-color: rgb(245,216,30); }

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