Html Css Color HEX #FA9815 Dark Tangerine

📋 copy color: '#FA9815'

red 250 ◦ green 152 ◦ blue 21

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

Shades of Dark Tangerine #FA9815

Tints of Dark Tangerine #FA9815

RGB

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

 GREEN value IS 152 (59.77% from 255) = 35.93%

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

R = 59.1%
G = 35.93%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9815 (or 0xFA9815) is known color: Dark Tangerine. HEX triplet: FA, 98 and 15. RGB value is (250,152,21). Sum of RGB (Red+Green+Blue) = 250+152+21=423 (56% of max value = 765). Red value is 250 (98.05% from 255 or 59.10% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 21 (8.59% from 255 or 4.96% from 423); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9815 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9815 is #0567EA. Grayscale: #A6A6A6. Windows color (decimal): -354283 or 1415418. OLE color: 1415418.

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

Color convert

RGB 250 152 21 -
CMYK 0 0.39 0.92 0.02
HSL 34.32º 0.96% 0.53% -
HSV(B) 34.32º 0.92% 0.98% -
XYZ 50.79 42.83 6.3 -
YUV 166.37 45.97 187.65 -
System Red Green Blue C M Y K H S L
Decimal 250 152 21 0 0.39 0.92 0.02 34.32 0.96 0.53
Hex FA 98 15 0 27 5C 2 22 60 35
Octal 372 230 25 0 47 134 2 42 140 65
Binary 11111010 10011000 10101 0 100111 1011100 10 100010 1100000 110101

Color Harmonies of #FA9815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9815

Black with #FA9815

Text Example


Text Example

White with #FA9815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9815; }

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

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

background-color css

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

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

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

border-color css

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

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

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