Html Css Color HEX #FA870A Dark Orange

📋 copy color: '#FA870A'

red 250 ◦ green 135 ◦ blue 10

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

Shades of Dark Orange #FA870A

Tints of Dark Orange #FA870A

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.18%

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

R = 63.29%
G = 34.18%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#FA870A (or 0xFA870A) is known color: Dark Orange. HEX triplet: FA, 87 and 0A. RGB value is (250,135,10). Sum of RGB (Red+Green+Blue) = 250+135+10=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 135 (53.12% from 255 or 34.18% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA870A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA870A is #0578F5. Grayscale: #9B9B9B. Windows color (decimal): -358646 or 690170. OLE color: 690170.

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

Color convert

RGB 250 135 10 -
CMYK 0 0.46 0.96 0.02
HSL 31.25º 0.96% 0.51% -
HSV(B) 31.25º 0.96% 0.98% -
XYZ 48.14 37.67 5.02 -
YUV 155.14 46.1 195.66 -
System Red Green Blue C M Y K H S L
Decimal 250 135 10 0 0.46 0.96 0.02 31.25 0.96 0.51
Hex FA 87 A 0 2E 60 2 1F 60 33
Octal 372 207 12 0 56 140 2 37 140 63
Binary 11111010 10000111 1010 0 101110 1100000 10 11111 1100000 110011

Color Harmonies of #FA870A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA870A

Black with #FA870A

Text Example


Text Example

White with #FA870A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA870A; }

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

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

background-color css

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

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

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

border-color css

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

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

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