#F4CD1E

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

Shades of Turbo #F4CD1E

Tints of Turbo #F4CD1E

Color information

#F4CD1E (or 0xF4CD1E) is unknown color: approx Turbo. HEX triplet: F4, CD and 1E. RGB value is (244,205,30). Sum of RGB (Red+Green+Blue) = 244+205+30=479 (63% of max value = 765). Red value is 244 (95.70% from 255 or 50.94% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 30 (12.11% from 255 or 6.26% from 479); Max value from RGB is 244 - color contains mainly: red. Hex color #F4CD1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4CD1E is #0B32E1. Grayscale: #C5C5C5. Windows color (decimal): -733922 or 2018804. OLE color: 2018804.

HSL color Cylindrical-coordinate representation of color #F4CD1E: hue angle of 49.07º 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 #F4CD1E is Cyan = 0, Magento = 0.16, Yellow = 0.88 and Black (K on CMYK) = 0.04.

Color convert

RGB24420530-
CMYK00.160.880.04
HSL49.07º90.68%53.73%-
HSV(B)49.07º87.7%95.69%-
XYZ59.3762.9910.26-
YUV196.7133.92161.73-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 50.94%
GREEN value IS 205 (80.47% from 255) = 42.80%
BLUE value IS 30 (12.11% from 255) = 6.26%
R=50.94%
G=42.80%
B=6.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442053000.160.880.0449.0790.6853.73
HexF4CD1E010584315b36
Octal3643153602013046113366
Binary11110100110011011111001000010110001001100011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4CD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4CD1E; }

 p { color: rgb(244,205,30); }

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

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

 a { background-color: rgb(244,205,30); }

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

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

 span { border-color: rgb(244,205,30); }

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