Html Css Color HEX #FA9302 Dark Orange

📋 copy color: '#FA9302'

red 250 ◦ green 147 ◦ blue 2

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

Shades of Dark Orange #FA9302

Tints of Dark Orange #FA9302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 62.66%
G = 36.84%
B = 0.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA9302 (or 0xFA9302) is known color: Dark Orange. HEX triplet: FA, 93 and 02. RGB value is (250,147,2). Sum of RGB (Red+Green+Blue) = 250+147+2=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9302 is #056CFD. Grayscale: #A1A1A1. Windows color (decimal): -355582 or 168954. OLE color: 168954.

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

Color convert

RGB 250 147 2 -
CMYK 0 0.41 0.99 0.02
HSL 35.08º 0.98% 0.49% -
HSV(B) 35.08º 0.99% 0.98% -
XYZ 49.87 41.2 5.38 -
YUV 161.27 38.12 191.29 -
System Red Green Blue C M Y K H S L
Decimal 250 147 2 0 0.41 0.99 0.02 35.08 0.98 0.49
Hex FA 93 2 0 29 63 2 23 62 31
Octal 372 223 2 0 51 143 2 43 142 61
Binary 11111010 10010011 10 0 101001 1100011 10 100011 1100010 110001

Color Harmonies of #FA9302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9302

Black with #FA9302

Text Example


Text Example

White with #FA9302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9302; }

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

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

background-color css

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

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

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

border-color css

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

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

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