#F4D116

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

Shades of Turbo #F4D116

Tints of Turbo #F4D116

Color information

#F4D116 (or 0xF4D116) is unknown color: approx Turbo. HEX triplet: F4, D1 and 16. RGB value is (244,209,22). Sum of RGB (Red+Green+Blue) = 244+209+22=475 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.37% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 22 (8.98% from 255 or 4.63% from 475); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D116 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F4D116 is #0B2EE9. Grayscale: #C6C6C6. Windows color (decimal): -732906 or 1495540. OLE color: 1495540.

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

Color convert

RGB24420922-
CMYK00.140.910.04
HSL50.54º90.98%52.16%-
HSV(B)50.54º90.98%95.69%-
XYZ60.2564.8910.11-
YUV198.1528.6160.71-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.37%
GREEN value IS 209 (82.03% from 255) = 44%
BLUE value IS 22 (8.98% from 255) = 4.63%
R=51.37%
G=44%
B=4.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.91
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442092200.140.910.0450.5490.9852.16
HexF4D1160E5B4335b34
Octal3643212601613346313364
Binary1111010011010001101100111010110111001100111011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D116; }

 p { color: rgb(244,209,22); }

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

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

 a { background-color: rgb(244,209,22); }

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

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

 span { border-color: rgb(244,209,22); }

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