Html Css Color HEX #FA860E Dark Orange

📋 copy color: '#FA860E'

red 250 ◦ green 134 ◦ blue 14

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

Shades of Dark Orange #FA860E

Tints of Dark Orange #FA860E

RGB

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

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

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

R = 62.81%
G = 33.67%
B = 3.52%

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

#FA860E (or 0xFA860E) is known color: Dark Orange. HEX triplet: FA, 86 and 0E. RGB value is (250,134,14). Sum of RGB (Red+Green+Blue) = 250+134+14=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 14 (5.86% from 255 or 3.52% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA860E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA860E is #0579F1. Grayscale: #9B9B9B. Windows color (decimal): -358898 or 952058. OLE color: 952058.

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

Color convert

RGB 250 134 14 -
CMYK 0 0.46 0.94 0.02
HSL 30.51º 0.96% 0.52% -
HSV(B) 30.51º 0.94% 0.98% -
XYZ 48.03 37.41 5.1 -
YUV 155 48.43 195.76 -
System Red Green Blue C M Y K H S L
Decimal 250 134 14 0 0.46 0.94 0.02 30.51 0.96 0.52
Hex FA 86 E 0 2E 5E 2 1F 60 34
Octal 372 206 16 0 56 136 2 37 140 64
Binary 11111010 10000110 1110 0 101110 1011110 10 11111 1100000 110100

Color Harmonies of #FA860E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA860E

Black with #FA860E

Text Example


Text Example

White with #FA860E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA860E; }

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

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

background-color css

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

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

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

border-color css

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

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

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