Html Css Color HEX #FA9F14 Dark Tangerine

📋 copy color: '#FA9F14'

red 250 ◦ green 159 ◦ blue 20

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

Shades of Dark Tangerine #FA9F14

Tints of Dark Tangerine #FA9F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.66%

R = 58.28%
G = 37.06%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9F14 (or 0xFA9F14) is known color: Dark Tangerine. HEX triplet: FA, 9F and 14. RGB value is (250,159,20). Sum of RGB (Red+Green+Blue) = 250+159+20=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 20 (8.20% from 255 or 4.66% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9F14 is #0560EB. Grayscale: #ABABAB. Windows color (decimal): -352492 or 1351674. OLE color: 1351674.

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

Color convert

RGB 250 159 20 -
CMYK 0 0.36 0.92 0.02
HSL 36.26º 0.96% 0.53% -
HSV(B) 36.26º 0.92% 0.98% -
XYZ 51.95 45.17 6.64 -
YUV 170.36 43.15 184.8 -
System Red Green Blue C M Y K H S L
Decimal 250 159 20 0 0.36 0.92 0.02 36.26 0.96 0.53
Hex FA 9F 14 0 24 5C 2 24 60 35
Octal 372 237 24 0 44 134 2 44 140 65
Binary 11111010 10011111 10100 0 100100 1011100 10 100100 1100000 110101

Color Harmonies of #FA9F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9F14

Black with #FA9F14

Text Example


Text Example

White with #FA9F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9F14; }

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

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

background-color css

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

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

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

border-color css

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

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

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