Html Css Color HEX #FA870D Dark Orange

📋 copy color: '#FA870D'

red 250 ◦ green 135 ◦ blue 13

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

Shades of Dark Orange #FA870D

Tints of Dark Orange #FA870D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.27%

R = 62.81%
G = 33.92%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA870D (or 0xFA870D) is known color: Dark Orange. HEX triplet: FA, 87 and 0D. RGB value is (250,135,13). Sum of RGB (Red+Green+Blue) = 250+135+13=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 13 (5.47% from 255 or 3.27% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA870D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA870D is #0578F2. Grayscale: #9C9C9C. Windows color (decimal): -358643 or 886778. OLE color: 886778.

HSL color Cylindrical-coordinate representation of color #FA870D: hue angle of 30.89º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA870D is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 135 13 -
CMYK 0 0.46 0.95 0.02
HSL 30.89º 0.96% 0.52% -
HSV(B) 30.89º 0.95% 0.98% -
XYZ 48.16 37.68 5.12 -
YUV 155.48 47.6 195.42 -
System Red Green Blue C M Y K H S L
Decimal 250 135 13 0 0.46 0.95 0.02 30.89 0.96 0.52
Hex FA 87 D 0 2E 5F 2 1F 60 34
Octal 372 207 15 0 56 137 2 37 140 64
Binary 11111010 10000111 1101 0 101110 1011111 10 11111 1100000 110100

Color Harmonies of #FA870D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA870D

Black with #FA870D

Text Example


Text Example

White with #FA870D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA870D; }

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

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

background-color css

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

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

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

border-color css

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

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

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