Html Css Color HEX #FA910F Dark Orange

📋 copy color: '#FA910F'

red 250 ◦ green 145 ◦ blue 15

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

Shades of Dark Orange #FA910F

Tints of Dark Orange #FA910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.37%

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

R = 60.98%
G = 35.37%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA910F (or 0xFA910F) is known color: Dark Orange. HEX triplet: FA, 91 and 0F. RGB value is (250,145,15). Sum of RGB (Red+Green+Blue) = 250+145+15=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 145 (57.03% from 255 or 35.37% from 410); Blue value is 15 (6.25% from 255 or 3.66% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA910F is #056EF0. Grayscale: #A2A2A2. Windows color (decimal): -356081 or 1020410. OLE color: 1020410.

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

Color convert

RGB 250 145 15 -
CMYK 0 0.42 0.94 0.02
HSL 33.19º 0.96% 0.52% -
HSV(B) 33.19º 0.94% 0.98% -
XYZ 49.64 40.61 5.67 -
YUV 161.58 45.29 191.07 -
System Red Green Blue C M Y K H S L
Decimal 250 145 15 0 0.42 0.94 0.02 33.19 0.96 0.52
Hex FA 91 F 0 2A 5E 2 21 60 34
Octal 372 221 17 0 52 136 2 41 140 64
Binary 11111010 10010001 1111 0 101010 1011110 10 100001 1100000 110100

Color Harmonies of #FA910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA910F

Black with #FA910F

Text Example


Text Example

White with #FA910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA910F; }

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

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

background-color css

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

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

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

border-color css

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

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

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