Html Css Color HEX #FA8602 Dark Orange

📋 copy color: '#FA8602'

red 250 ◦ green 134 ◦ blue 2

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

Shades of Dark Orange #FA8602

Tints of Dark Orange #FA8602

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

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

R = 64.77%
G = 34.72%
B = 0.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.02

RGB Variations

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

Color information

#FA8602 (or 0xFA8602) is known color: Dark Orange. HEX triplet: FA, 86 and 02. RGB value is (250,134,2). Sum of RGB (Red+Green+Blue) = 250+134+2=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 2 (1.17% from 255 or 0.52% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8602 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8602 is #0579FD. Grayscale: #9A9A9A. Windows color (decimal): -358910 or 165626. OLE color: 165626.

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

Color convert

RGB 250 134 2 -
CMYK 0 0.46 0.99 0.02
HSL 31.94º 0.98% 0.49% -
HSV(B) 31.94º 0.99% 0.98% -
XYZ 47.96 37.38 4.74 -
YUV 153.64 42.43 196.73 -
System Red Green Blue C M Y K H S L
Decimal 250 134 2 0 0.46 0.99 0.02 31.94 0.98 0.49
Hex FA 86 2 0 2E 63 2 20 62 31
Octal 372 206 2 0 56 143 2 40 142 61
Binary 11111010 10000110 10 0 101110 1100011 10 100000 1100010 110001

Color Harmonies of #FA8602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8602

Black with #FA8602

Text Example


Text Example

White with #FA8602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8602; }

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

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

background-color css

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

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

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

border-color css

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

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

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