#FF9E00

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

Shades of Orange Peel #FF9E00

Tints of Orange Peel #FF9E00

Color information

#FF9E00 (or 0xFF9E00) is unknown color: approx Orange Peel. HEX triplet: FF, 9E and 00. RGB value is (255,158,0). Sum of RGB (Red+Green+Blue) = 255+158+0=413 (54% of max value = 765). Red value is 255 (100% from 255 or 61.74% from 413); Green value is 158 (62.11% from 255 or 38.26% from 413); Blue value is 0 (0.39% from 255 or 0% from 413); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9E00 is #0061FF. Grayscale: #A9A9A9. Windows color (decimal): -25088 or 40703. OLE color: 40703.

HSL color Cylindrical-coordinate representation of color #FF9E00: hue angle of 37.18º 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 #FF9E00 is Cyan = 0, Magento = 0.38, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2551580-
CMYK00.3810
HSL37.18º100%50%-
HSV(B)37.18º100%100%-
XYZ53.4745.716.01-
YUV168.9932.64189.35-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.74%
GREEN value IS 158 (62.11% from 255) = 38.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.74%
G=38.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255158000.381037.1810050
HexFF9E0026640256432
Octal377236004614404514462
Binary111111111001111000100110110010001001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9E00; }

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

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

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

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

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

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

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

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