Html Css Color HEX #FA9E14 Dark Tangerine

📋 copy color: '#FA9E14'

red 250 ◦ green 158 ◦ blue 20

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

Shades of Dark Tangerine #FA9E14

Tints of Dark Tangerine #FA9E14

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.92%

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

R = 58.41%
G = 36.92%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9E14 (or 0xFA9E14) is known color: Dark Tangerine. HEX triplet: FA, 9E and 14. RGB value is (250,158,20). Sum of RGB (Red+Green+Blue) = 250+158+20=428 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.41% from 428); Green value is 158 (62.11% from 255 or 36.92% from 428); Blue value is 20 (8.20% from 255 or 4.67% from 428); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9E14 is #0561EB. Grayscale: #AAAAAA. Windows color (decimal): -352748 or 1351418. OLE color: 1351418.

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

Color convert

RGB 250 158 20 -
CMYK 0 0.37 0.92 0.02
HSL 36º 0.96% 0.53% -
HSV(B) 36º 0.92% 0.98% -
XYZ 51.78 44.83 6.59 -
YUV 169.78 43.48 185.22 -
System Red Green Blue C M Y K H S L
Decimal 250 158 20 0 0.37 0.92 0.02 36 0.96 0.53
Hex FA 9E 14 0 25 5C 2 24 60 35
Octal 372 236 24 0 45 134 2 44 140 65
Binary 11111010 10011110 10100 0 100101 1011100 10 100100 1100000 110101

Color Harmonies of #FA9E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E14

Black with #FA9E14

Text Example


Text Example

White with #FA9E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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