Html Css Color HEX #FA960E Dark Orange

📋 copy color: '#FA960E'

red 250 ◦ green 150 ◦ blue 14

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

Shades of Dark Orange #FA960E

Tints of Dark Orange #FA960E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

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

R = 60.39%
G = 36.23%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA960E (or 0xFA960E) is known color: Dark Orange. HEX triplet: FA, 96 and 0E. RGB value is (250,150,14). Sum of RGB (Red+Green+Blue) = 250+150+14=414 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.39% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 14 (5.86% from 255 or 3.38% from 414); Max value from RGB is 250 - color contains mainly: red. Hex color #FA960E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA960E is #0569F1. Grayscale: #A5A5A5. Windows color (decimal): -354802 or 956154. OLE color: 956154.

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

Color convert

RGB 250 150 14 -
CMYK 0 0.4 0.94 0.02
HSL 34.58º 0.96% 0.52% -
HSV(B) 34.58º 0.94% 0.98% -
XYZ 50.41 42.17 5.9 -
YUV 164.4 43.13 189.06 -
System Red Green Blue C M Y K H S L
Decimal 250 150 14 0 0.4 0.94 0.02 34.58 0.96 0.52
Hex FA 96 E 0 28 5E 2 23 60 34
Octal 372 226 16 0 50 136 2 43 140 64
Binary 11111010 10010110 1110 0 101000 1011110 10 100011 1100000 110100

Color Harmonies of #FA960E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA960E

Black with #FA960E

Text Example


Text Example

White with #FA960E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA960E; }

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

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

background-color css

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

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

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

border-color css

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

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

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