Html Css Color HEX #FA8E0E Dark Orange

📋 copy color: '#FA8E0E'

red 250 ◦ green 142 ◦ blue 14

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

Shades of Dark Orange #FA8E0E

Tints of Dark Orange #FA8E0E

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.98%

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

R = 61.58%
G = 34.98%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA8E0E (or 0xFA8E0E) is known color: Dark Orange. HEX triplet: FA, 8E and 0E. RGB value is (250,142,14). Sum of RGB (Red+Green+Blue) = 250+142+14=406 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.58% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 14 (5.86% from 255 or 3.45% from 406); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8E0E is #0571F1. Grayscale: #A0A0A0. Windows color (decimal): -356850 or 954106. OLE color: 954106.

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

Color convert

RGB 250 142 14 -
CMYK 0 0.43 0.94 0.02
HSL 32.54º 0.96% 0.52% -
HSV(B) 32.54º 0.94% 0.98% -
XYZ 49.18 39.7 5.49 -
YUV 159.7 45.78 192.41 -
System Red Green Blue C M Y K H S L
Decimal 250 142 14 0 0.43 0.94 0.02 32.54 0.96 0.52
Hex FA 8E E 0 2B 5E 2 21 60 34
Octal 372 216 16 0 53 136 2 41 140 64
Binary 11111010 10001110 1110 0 101011 1011110 10 100001 1100000 110100

Color Harmonies of #FA8E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E0E

Black with #FA8E0E

Text Example


Text Example

White with #FA8E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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