#F4B01E

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

Shades of Dark Tangerine #F4B01E

Tints of Dark Tangerine #F4B01E

Color information

#F4B01E (or 0xF4B01E) is unknown color: approx Dark Tangerine. HEX triplet: F4, B0 and 1E. RGB value is (244,176,30). Sum of RGB (Red+Green+Blue) = 244+176+30=450 (59% of max value = 765). Red value is 244 (95.70% from 255 or 54.22% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 30 (12.11% from 255 or 6.67% from 450); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B01E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4B01E is #0B4FE1. Grayscale: #B4B4B4. Windows color (decimal): -741346 or 2011380. OLE color: 2011380.

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

Color convert

RGB24417630-
CMYK00.280.880.04
HSL40.93º90.68%53.73%-
HSV(B)40.93º87.7%95.69%-
XYZ53.0750.388.16-
YUV179.6943.53173.87-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 54.22%
GREEN value IS 176 (69.14% from 255) = 39.11%
BLUE value IS 30 (12.11% from 255) = 6.67%
R=54.22%
G=39.11%
B=6.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441763000.280.880.0440.9390.6853.73
HexF4B01E01C584295b36
Octal3642603603413045113366
Binary11110100101100001111001110010110001001010011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4B01E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4B01E; }

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

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

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

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

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

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

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

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