Html Css Color HEX #FA8F0E Dark Orange

📋 copy color: '#FA8F0E'

red 250 ◦ green 143 ◦ blue 14

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

Shades of Dark Orange #FA8F0E

Tints of Dark Orange #FA8F0E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.14%

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

R = 61.43%
G = 35.14%
B = 3.44%

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

#FA8F0E (or 0xFA8F0E) is known color: Dark Orange. HEX triplet: FA, 8F and 0E. RGB value is (250,143,14). Sum of RGB (Red+Green+Blue) = 250+143+14=407 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.43% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 14 (5.86% from 255 or 3.44% from 407); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8F0E is #0570F1. Grayscale: #A0A0A0. Windows color (decimal): -356594 or 954362. OLE color: 954362.

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

Color convert

RGB 250 143 14 -
CMYK 0 0.43 0.94 0.02
HSL 32.8º 0.96% 0.52% -
HSV(B) 32.8º 0.94% 0.98% -
XYZ 49.33 40 5.54 -
YUV 160.29 45.45 191.99 -
System Red Green Blue C M Y K H S L
Decimal 250 143 14 0 0.43 0.94 0.02 32.8 0.96 0.52
Hex FA 8F E 0 2B 5E 2 21 60 34
Octal 372 217 16 0 53 136 2 41 140 64
Binary 11111010 10001111 1110 0 101011 1011110 10 100001 1100000 110100

Color Harmonies of #FA8F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F0E

Black with #FA8F0E

Text Example


Text Example

White with #FA8F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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