Html Css Color HEX #FA890E Dark Orange

📋 copy color: '#FA890E'

red 250 ◦ green 137 ◦ blue 14

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

Shades of Dark Orange #FA890E

Tints of Dark Orange #FA890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

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

R = 62.34%
G = 34.16%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA890E (or 0xFA890E) is known color: Dark Orange. HEX triplet: FA, 89 and 0E. RGB value is (250,137,14). Sum of RGB (Red+Green+Blue) = 250+137+14=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 14 (5.86% from 255 or 3.49% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA890E is #0576F1. Grayscale: #9D9D9D. Windows color (decimal): -358130 or 952826. OLE color: 952826.

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

Color convert

RGB 250 137 14 -
CMYK 0 0.45 0.94 0.02
HSL 31.27º 0.96% 0.52% -
HSV(B) 31.27º 0.94% 0.98% -
XYZ 48.45 38.25 5.24 -
YUV 156.77 47.44 194.5 -
System Red Green Blue C M Y K H S L
Decimal 250 137 14 0 0.45 0.94 0.02 31.27 0.96 0.52
Hex FA 89 E 0 2D 5E 2 1F 60 34
Octal 372 211 16 0 55 136 2 37 140 64
Binary 11111010 10001001 1110 0 101101 1011110 10 11111 1100000 110100

Color Harmonies of #FA890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA890E

Black with #FA890E

Text Example


Text Example

White with #FA890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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