Html Css Color HEX #FA9F11 Dark Tangerine

📋 copy color: '#FA9F11'

red 250 ◦ green 159 ◦ blue 17

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

Shades of Dark Tangerine #FA9F11

Tints of Dark Tangerine #FA9F11

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.32%

 BLUE value IS 17 (7.03% from 255) = 3.99%

R = 58.69%
G = 37.32%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA9F11 (or 0xFA9F11) is known color: Dark Tangerine. HEX triplet: FA, 9F and 11. RGB value is (250,159,17). Sum of RGB (Red+Green+Blue) = 250+159+17=426 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.69% from 426); Green value is 159 (62.5% from 255 or 37.32% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F11 is #0560EE. Grayscale: #AAAAAA. Windows color (decimal): -352495 or 1155066. OLE color: 1155066.

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

Color convert

RGB 250 159 17 -
CMYK 0 0.36 0.93 0.02
HSL 36.57º 0.96% 0.52% -
HSV(B) 36.57º 0.93% 0.98% -
XYZ 51.92 45.16 6.51 -
YUV 170.02 41.65 185.05 -
System Red Green Blue C M Y K H S L
Decimal 250 159 17 0 0.36 0.93 0.02 36.57 0.96 0.52
Hex FA 9F 11 0 24 5D 2 25 60 34
Octal 372 237 21 0 44 135 2 45 140 64
Binary 11111010 10011111 10001 0 100100 1011101 10 100101 1100000 110100

Color Harmonies of #FA9F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F11

Black with #FA9F11

Text Example


Text Example

White with #FA9F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F11; }

 p { color: rgb(250,159,17); }

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

background-color css

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

 a { background-color: rgb(250,159,17); }

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

border-color css

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

 span { border-color: rgb(250,159,17); }

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