#FE9B05

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

Shades of Orange Peel #FE9B05

Tints of Orange Peel #FE9B05

Color information

#FE9B05 (or 0xFE9B05) is unknown color: approx Orange Peel. HEX triplet: FE, 9B and 05. RGB value is (254,155,5). Sum of RGB (Red+Green+Blue) = 254+155+5=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 155 (60.94% from 255 or 37.44% from 414); Blue value is 5 (2.34% from 255 or 1.21% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9B05 is #0164FA. Grayscale: #A8A8A8. Windows color (decimal): -91387 or 367614. OLE color: 367614.

HSL color Cylindrical-coordinate representation of color #FE9B05: hue angle of 36.14º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE9B05 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB2541555-
CMYK00.390.980.00
HSL36.14º99.2%50.78%-
HSV(B)36.14º98.03%99.61%-
XYZ52.6244.525.96-
YUV167.536.3189.7-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.35%
GREEN value IS 155 (60.94% from 255) = 37.44%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=61.35%
G=37.44%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254155500.390.980.0036.1499.250.78
HexFE9B5027620246333
Octal376233504714204414363
Binary11111110100110111010100111110001001001001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9B05; }

 p { color: rgb(254,155,5); }

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

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

 a { background-color: rgb(254,155,5); }

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

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

 span { border-color: rgb(254,155,5); }

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