Html Css Color HEX #FA9A15 Dark Tangerine

📋 copy color: '#FA9A15'

red 250 ◦ green 154 ◦ blue 21

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

Shades of Dark Tangerine #FA9A15

Tints of Dark Tangerine #FA9A15

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.24%

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

R = 58.82%
G = 36.24%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9A15 (or 0xFA9A15) is known color: Dark Tangerine. HEX triplet: FA, 9A and 15. RGB value is (250,154,21). Sum of RGB (Red+Green+Blue) = 250+154+21=425 (56% of max value = 765). Red value is 250 (98.05% from 255 or 58.82% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 21 (8.59% from 255 or 4.94% from 425); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9A15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9A15 is #0565EA. Grayscale: #A8A8A8. Windows color (decimal): -353771 or 1415930. OLE color: 1415930.

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

Color convert

RGB 250 154 21 -
CMYK 0 0.38 0.92 0.02
HSL 34.85º 0.96% 0.53% -
HSV(B) 34.85º 0.92% 0.98% -
XYZ 51.12 43.49 6.41 -
YUV 167.54 45.3 186.81 -
System Red Green Blue C M Y K H S L
Decimal 250 154 21 0 0.38 0.92 0.02 34.85 0.96 0.53
Hex FA 9A 15 0 26 5C 2 23 60 35
Octal 372 232 25 0 46 134 2 43 140 65
Binary 11111010 10011010 10101 0 100110 1011100 10 100011 1100000 110101

Color Harmonies of #FA9A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9A15

Black with #FA9A15

Text Example


Text Example

White with #FA9A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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