Html Css Color HEX #FA9305 Dark Orange

📋 copy color: '#FA9305'

red 250 ◦ green 147 ◦ blue 5

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

Shades of Dark Orange #FA9305

Tints of Dark Orange #FA9305

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 62.19%
G = 36.57%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FA9305 (or 0xFA9305) is known color: Dark Orange. HEX triplet: FA, 93 and 05. RGB value is (250,147,5). Sum of RGB (Red+Green+Blue) = 250+147+5=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9305 is #056CFA. Grayscale: #A2A2A2. Windows color (decimal): -355579 or 365562. OLE color: 365562.

HSL color Cylindrical-coordinate representation of color #FA9305: hue angle of 34.78º 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 #FA9305 is Cyan = 0, Magento = 0.41, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 147 5 -
CMYK 0 0.41 0.98 0.02
HSL 34.78º 0.96% 0.5% -
HSV(B) 34.78º 0.98% 0.98% -
XYZ 49.89 41.2 5.47 -
YUV 161.61 39.62 191.05 -
System Red Green Blue C M Y K H S L
Decimal 250 147 5 0 0.41 0.98 0.02 34.78 0.96 0.5
Hex FA 93 5 0 29 62 2 23 60 32
Octal 372 223 5 0 51 142 2 43 140 62
Binary 11111010 10010011 101 0 101001 1100010 10 100011 1100000 110010

Color Harmonies of #FA9305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9305

Black with #FA9305

Text Example


Text Example

White with #FA9305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9305; }

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

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

background-color css

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

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

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

border-color css

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

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

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