Html Css Color HEX #FA9E0A Orange Peel

📋 copy color: '#FA9E0A'

red 250 ◦ green 158 ◦ blue 10

#FA9E0A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Peel #FA9E0A

Tints of Orange Peel #FA9E0A

RGB

 RED value IS 250 (98.05% from 255) = 59.81%

 GREEN value IS 158 (62.11% from 255) = 37.8%

 BLUE value IS 10 (4.3% from 255) = 2.39%

R = 59.81%
G = 37.8%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA9E0A (or 0xFA9E0A) is known color: Orange Peel. HEX triplet: FA, 9E and 0A. RGB value is (250,158,10). Sum of RGB (Red+Green+Blue) = 250+158+10=418 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.81% from 418); Green value is 158 (62.11% from 255 or 37.80% from 418); Blue value is 10 (4.30% from 255 or 2.39% from 418); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9E0A is #0561F5. Grayscale: #A9A9A9. Windows color (decimal): -352758 or 696058. OLE color: 696058.

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

Color convert

RGB 250 158 10 -
CMYK 0 0.37 0.96 0.02
HSL 37º 0.96% 0.51% -
HSV(B) 37º 0.96% 0.98% -
XYZ 51.71 44.8 6.21 -
YUV 168.64 38.48 186.03 -
System Red Green Blue C M Y K H S L
Decimal 250 158 10 0 0.37 0.96 0.02 37 0.96 0.51
Hex FA 9E A 0 25 60 2 25 60 33
Octal 372 236 12 0 45 140 2 45 140 63
Binary 11111010 10011110 1010 0 100101 1100000 10 100101 1100000 110011

Color Harmonies of #FA9E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E0A

Black with #FA9E0A

Text Example


Text Example

White with #FA9E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E0A; }

 p { color: rgb(250,158,10); }

 H1.HeaderClassName
 {
   color: #FA9E0A;
 }
 .AnyTagClassName
 {
   color: #FA9E0A;
 }
</style>

background-color css

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

 a { background-color: rgb(250,158,10); }

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

border-color css

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

 span { border-color: rgb(250,158,10); }

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