#F4D125

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

Shades of Turbo #F4D125

Tints of Turbo #F4D125

Color information

#F4D125 (or 0xF4D125) is unknown color: approx Turbo. HEX triplet: F4, D1 and 25. RGB value is (244,209,37). Sum of RGB (Red+Green+Blue) = 244+209+37=490 (64% of max value = 765). Red value is 244 (95.70% from 255 or 49.80% from 490); Green value is 209 (82.03% from 255 or 42.65% from 490); Blue value is 37 (14.84% from 255 or 7.55% from 490); Max value from RGB is 244 - color contains mainly: red. Hex color #F4D125 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4D125 is #0B2EDA. Grayscale: #C8C8C8. Windows color (decimal): -732891 or 2478580. OLE color: 2478580.

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

Color convert

RGB24420937-
CMYK00.140.850.04
HSL49.86º90.39%55.1%-
HSV(B)49.86º84.84%95.69%-
XYZ60.4464.9711.1-
YUV199.8636.1159.49-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.80%
GREEN value IS 209 (82.03% from 255) = 42.65%
BLUE value IS 37 (14.84% from 255) = 7.55%
R=49.80%
G=42.65%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442093700.140.850.0449.8690.3955.1
HexF4D1250E554325a37
Octal3643214501612546213267
Binary11110100110100011001010111010101011001100101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4D125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4D125; }

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

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

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

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

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

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

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

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