Html Css Color HEX #FA8B0E Dark Orange

📋 copy color: '#FA8B0E'

red 250 ◦ green 139 ◦ blue 14

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

Shades of Dark Orange #FA8B0E

Tints of Dark Orange #FA8B0E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.49%

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

R = 62.03%
G = 34.49%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA8B0E (or 0xFA8B0E) is known color: Dark Orange. HEX triplet: FA, 8B and 0E. RGB value is (250,139,14). Sum of RGB (Red+Green+Blue) = 250+139+14=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 139 (54.69% from 255 or 34.49% from 403); Blue value is 14 (5.86% from 255 or 3.47% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8B0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8B0E is #0574F1. Grayscale: #9E9E9E. Windows color (decimal): -357618 or 953338. OLE color: 953338.

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

Color convert

RGB 250 139 14 -
CMYK 0 0.44 0.94 0.02
HSL 31.78º 0.96% 0.52% -
HSV(B) 31.78º 0.94% 0.98% -
XYZ 48.74 38.82 5.34 -
YUV 157.94 46.77 193.66 -
System Red Green Blue C M Y K H S L
Decimal 250 139 14 0 0.44 0.94 0.02 31.78 0.96 0.52
Hex FA 8B E 0 2C 5E 2 20 60 34
Octal 372 213 16 0 54 136 2 40 140 64
Binary 11111010 10001011 1110 0 101100 1011110 10 100000 1100000 110100

Color Harmonies of #FA8B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8B0E

Black with #FA8B0E

Text Example


Text Example

White with #FA8B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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