Html Css Color HEX #FA9E15 Dark Tangerine

📋 copy color: '#FA9E15'

red 250 ◦ green 158 ◦ blue 21

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

Shades of Dark Tangerine #FA9E15

Tints of Dark Tangerine #FA9E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.9%

R = 58.28%
G = 36.83%
B = 4.9%

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

#FA9E15 (or 0xFA9E15) is known color: Dark Tangerine. HEX triplet: FA, 9E and 15. RGB value is (250,158,21). Sum of RGB (Red+Green+Blue) = 250+158+21=429 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.28% from 429); Green value is 158 (62.11% from 255 or 36.83% from 429); Blue value is 21 (8.59% from 255 or 4.90% from 429); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9E15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9E15 is #0561EA. Grayscale: #AAAAAA. Windows color (decimal): -352747 or 1416954. OLE color: 1416954.

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

Color convert

RGB 250 158 21 -
CMYK 0 0.37 0.92 0.02
HSL 35.9º 0.96% 0.53% -
HSV(B) 35.9º 0.92% 0.98% -
XYZ 51.79 44.83 6.63 -
YUV 169.89 43.98 185.14 -
System Red Green Blue C M Y K H S L
Decimal 250 158 21 0 0.37 0.92 0.02 35.9 0.96 0.53
Hex FA 9E 15 0 25 5C 2 24 60 35
Octal 372 236 25 0 45 134 2 44 140 65
Binary 11111010 10011110 10101 0 100101 1011100 10 100100 1100000 110101

Color Harmonies of #FA9E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9E15

Black with #FA9E15

Text Example


Text Example

White with #FA9E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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