Html Css Color HEX #FA950D Dark Orange

📋 copy color: '#FA950D'

red 250 ◦ green 149 ◦ blue 13

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

Shades of Dark Orange #FA950D

Tints of Dark Orange #FA950D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

 BLUE value IS 13 (5.47% from 255) = 3.16%

R = 60.68%
G = 36.17%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FA950D (or 0xFA950D) is known color: Dark Orange. HEX triplet: FA, 95 and 0D. RGB value is (250,149,13). Sum of RGB (Red+Green+Blue) = 250+149+13=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 13 (5.47% from 255 or 3.16% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA950D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA950D is #056AF2. Grayscale: #A4A4A4. Windows color (decimal): -355059 or 890362. OLE color: 890362.

HSL color Cylindrical-coordinate representation of color #FA950D: hue angle of 34.43º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FA950D is Cyan = 0, Magento = 0.40, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 149 13 -
CMYK 0 0.40 0.95 0.02
HSL 34.43º 0.96% 0.52% -
HSV(B) 34.43º 0.95% 0.98% -
XYZ 50.24 41.85 5.81 -
YUV 163.7 42.96 189.56 -
System Red Green Blue C M Y K H S L
Decimal 250 149 13 0 0.40 0.95 0.02 34.43 0.96 0.52
Hex FA 95 D 0 28 5F 2 22 60 34
Octal 372 225 15 0 50 137 2 42 140 64
Binary 11111010 10010101 1101 0 101000 1011111 10 100010 1100000 110100

Color Harmonies of #FA950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA950D

Black with #FA950D

Text Example


Text Example

White with #FA950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA950D; }

 p { color: rgb(250,149,13); }

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

background-color css

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

 a { background-color: rgb(250,149,13); }

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

border-color css

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

 span { border-color: rgb(250,149,13); }

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