#FA9D05

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

Shades of Orange Peel #FA9D05

Tints of Orange Peel #FA9D05

Color information

#FA9D05 (or 0xFA9D05) is unknown color: approx Orange Peel. HEX triplet: FA, 9D and 05. RGB value is (250,157,5). Sum of RGB (Red+Green+Blue) = 250+157+5=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 157 (61.72% from 255 or 38.11% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9D05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9D05 is #0562FA. Grayscale: #A8A8A8. Windows color (decimal): -353019 or 368122. OLE color: 368122.

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

Color convert

RGB2501575-
CMYK00.370.980.02
HSL37.22º96.08%50%-
HSV(B)37.22º98%98.04%-
XYZ51.5144.456.01-
YUV167.4836.31186.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.68%
GREEN value IS 157 (61.72% from 255) = 38.11%
BLUE value IS 5 (2.34% from 255) = 1.21%
R=60.68%
G=38.11%
B=1.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250157500.370.980.0237.2296.0850
HexFA9D5025622256032
Octal372235504514224514062
Binary111110101001110110101001011100010101001011100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA9D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA9D05; }

 p { color: rgb(250,157,5); }

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

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

 a { background-color: rgb(250,157,5); }

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

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

 span { border-color: rgb(250,157,5); }

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