Html Css Color HEX #FA870E Dark Orange

📋 copy color: '#FA870E'

red 250 ◦ green 135 ◦ blue 14

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

Shades of Dark Orange #FA870E

Tints of Dark Orange #FA870E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.51%

R = 62.66%
G = 33.83%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA870E (or 0xFA870E) is known color: Dark Orange. HEX triplet: FA, 87 and 0E. RGB value is (250,135,14). Sum of RGB (Red+Green+Blue) = 250+135+14=399 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.66% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 250 - color contains mainly: red. Hex color #FA870E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA870E is #0578F1. Grayscale: #9C9C9C. Windows color (decimal): -358642 or 952314. OLE color: 952314.

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

Color convert

RGB 250 135 14 -
CMYK 0 0.46 0.94 0.02
HSL 30.76º 0.96% 0.52% -
HSV(B) 30.76º 0.94% 0.98% -
XYZ 48.17 37.68 5.15 -
YUV 155.59 48.1 195.34 -
System Red Green Blue C M Y K H S L
Decimal 250 135 14 0 0.46 0.94 0.02 30.76 0.96 0.52
Hex FA 87 E 0 2E 5E 2 1F 60 34
Octal 372 207 16 0 56 136 2 37 140 64
Binary 11111010 10000111 1110 0 101110 1011110 10 11111 1100000 110100

Color Harmonies of #FA870E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA870E

Black with #FA870E

Text Example


Text Example

White with #FA870E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA870E; }

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

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

background-color css

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

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

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

border-color css

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

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

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