Html Css Color HEX #FA960F Dark Orange

📋 copy color: '#FA960F'

red 250 ◦ green 150 ◦ blue 15

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

Shades of Dark Orange #FA960F

Tints of Dark Orange #FA960F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.61%

R = 60.24%
G = 36.14%
B = 3.61%

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

#FA960F (or 0xFA960F) is known color: Dark Orange. HEX triplet: FA, 96 and 0F. RGB value is (250,150,15). Sum of RGB (Red+Green+Blue) = 250+150+15=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 15 (6.25% from 255 or 3.61% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA960F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA960F is #0569F0. Grayscale: #A5A5A5. Windows color (decimal): -354801 or 1021690. OLE color: 1021690.

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

Color convert

RGB 250 150 15 -
CMYK 0 0.4 0.94 0.02
HSL 34.47º 0.96% 0.52% -
HSV(B) 34.47º 0.94% 0.98% -
XYZ 50.42 42.17 5.93 -
YUV 164.51 43.63 188.98 -
System Red Green Blue C M Y K H S L
Decimal 250 150 15 0 0.4 0.94 0.02 34.47 0.96 0.52
Hex FA 96 F 0 28 5E 2 22 60 34
Octal 372 226 17 0 50 136 2 42 140 64
Binary 11111010 10010110 1111 0 101000 1011110 10 100010 1100000 110100

Color Harmonies of #FA960F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA960F

Black with #FA960F

Text Example


Text Example

White with #FA960F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA960F; }

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

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

background-color css

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

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

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

border-color css

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

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

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