#f7a000

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

Shades of Orange Peel #F7A000

Tints of Orange Peel #F7A000

Color information

#F7A000 (or 0xF7A000) is unknown color: approx Orange Peel. HEX triplet: F7, A0 and 00. RGB value is (247,160,0). Sum of RGB (Red+Green+Blue) = 247+160+0=407 (53% of max value = 765). Red value is 247 (96.88% from 255 or 60.69% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 0 (0.39% from 255 or 0% from 407); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F7A000 is #085FFF. Grayscale: #A8A8A8. Windows color (decimal): -548864 or 41207. OLE color: 41207.

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

Color convert

RGB2471600-
CMYK00.3510.03
HSL38.87º100%48.43%-
HSV(B)38.87º100%96.86%-
XYZ50.9344.925.99-
YUV167.7733.32184.51-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 60.69%
GREEN value IS 160 (62.89% from 255) = 39.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.69%
G=39.31%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247160000.3510.0338.8710048.43
HexF7A00023643276430
Octal367240004314434714460
Binary1111011110100000001000111100100111001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f7a000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f7a000; }

 p { color: rgb(247,160,0); }

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

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

 a { background-color: rgb(247,160,0); }

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

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

 span { border-color: rgb(247,160,0); }

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