#FF9700

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

Shades of Orange Peel #FF9700

Tints of Orange Peel #FF9700

Color information

#FF9700 (or 0xFF9700) is unknown color: approx Orange Peel. HEX triplet: FF, 97 and 00. RGB value is (255,151,0). Sum of RGB (Red+Green+Blue) = 255+151+0=406 (53% of max value = 765). Red value is 255 (100% from 255 or 62.81% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9700 is #0068FF. Grayscale: #A5A5A5. Windows color (decimal): -26880 or 38911. OLE color: 38911.

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

Color convert

RGB2551510-
CMYK00.4110
HSL35.53º100%50%-
HSV(B)35.53º100%100%-
XYZ52.3143.395.62-
YUV164.8834.96192.28-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 62.81%
GREEN value IS 151 (59.38% from 255) = 37.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=62.81%
G=37.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255151000.411035.5310050
HexFF970029640246432
Octal377227005114404414462
Binary111111111001011100101001110010001001001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9700; }

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

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

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

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

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

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

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

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