#F49700

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

Shades of Orange Peel #F49700

Tints of Orange Peel #F49700

Color information

#F49700 (or 0xF49700) is unknown color: approx Orange Peel. HEX triplet: F4, 97 and 00. RGB value is (244,151,0). Sum of RGB (Red+Green+Blue) = 244+151+0=395 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.77% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 244 - color contains mainly: red. Hex color #F49700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F49700 is #0B68FF. Grayscale: #A2A2A2. Windows color (decimal): -747776 or 38900. OLE color: 38900.

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

Color convert

RGB2441510-
CMYK00.3810.04
HSL37.13º100%47.84%-
HSV(B)37.13º100%95.69%-
XYZ48.3741.375.43-
YUV161.5936.81186.78-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 61.77%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.77%
G=38.23%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244151000.3810.0437.1310047.84
HexF4970026644256430
Octal364227004614444514460
Binary11110100100101110010011011001001001001011100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F49700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F49700; }

 p { color: rgb(244,151,0); }

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

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

 a { background-color: rgb(244,151,0); }

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

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

 span { border-color: rgb(244,151,0); }

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