Html Css Color HEX #FA8802 Dark Orange

📋 copy color: '#FA8802'

red 250 ◦ green 136 ◦ blue 2

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

Shades of Dark Orange #FA8802

Tints of Dark Orange #FA8802

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.05%

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

R = 64.43%
G = 35.05%
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

#FA8802 (or 0xFA8802) is known color: Dark Orange. HEX triplet: FA, 88 and 02. RGB value is (250,136,2). Sum of RGB (Red+Green+Blue) = 250+136+2=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 136 (53.52% from 255 or 35.05% from 388); Blue value is 2 (1.17% from 255 or 0.52% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8802 is #0577FD. Grayscale: #9B9B9B. Windows color (decimal): -358398 or 166138. OLE color: 166138.

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

Color convert

RGB 250 136 2 -
CMYK 0 0.46 0.99 0.02
HSL 32.42º 0.98% 0.49% -
HSV(B) 32.42º 0.99% 0.98% -
XYZ 48.24 37.94 4.84 -
YUV 154.81 41.77 195.9 -
System Red Green Blue C M Y K H S L
Decimal 250 136 2 0 0.46 0.99 0.02 32.42 0.98 0.49
Hex FA 88 2 0 2E 63 2 20 62 31
Octal 372 210 2 0 56 143 2 40 142 61
Binary 11111010 10001000 10 0 101110 1100011 10 100000 1100010 110001

Color Harmonies of #FA8802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8802

Black with #FA8802

Text Example


Text Example

White with #FA8802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8802; }

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

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

background-color css

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

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

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

border-color css

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

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

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