#F49F0B

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

Shades of Orange Peel #F49F0B

Tints of Orange Peel #F49F0B

Color information

#F49F0B (or 0xF49F0B) is unknown color: approx Orange Peel. HEX triplet: F4, 9F and 0B. RGB value is (244,159,11). Sum of RGB (Red+Green+Blue) = 244+159+11=414 (54% of max value = 765). Red value is 244 (95.70% from 255 or 58.94% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 11 (4.69% from 255 or 2.66% from 414); Max value from RGB is 244 - color contains mainly: red. Hex color #F49F0B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49F0B is #0B60F4. Grayscale: #A8A8A8. Windows color (decimal): -745717 or 761844. OLE color: 761844.

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

Color convert

RGB24415911-
CMYK00.350.950.04
HSL38.11º91.37%50%-
HSV(B)38.11º95.49%95.69%-
XYZ49.7744.056.2-
YUV167.5439.66182.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 58.94%
GREEN value IS 159 (62.5% from 255) = 38.41%
BLUE value IS 11 (4.69% from 255) = 2.66%
R=58.94%
G=38.41%
B=2.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2441591100.350.950.0438.1191.3750
HexF49FB0235F4265b32
Octal3642371304313744613362
Binary11110100100111111011010001110111111001001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49F0B; }

 p { color: rgb(244,159,11); }

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

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

 a { background-color: rgb(244,159,11); }

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

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

 span { border-color: rgb(244,159,11); }

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