Html Css Color HEX #FA9713 Dark Tangerine

📋 copy color: '#FA9713'

red 250 ◦ green 151 ◦ blue 19

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

Shades of Dark Tangerine #FA9713

Tints of Dark Tangerine #FA9713

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 59.52%
G = 35.95%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA9713 (or 0xFA9713) is known color: Dark Tangerine. HEX triplet: FA, 97 and 13. RGB value is (250,151,19). Sum of RGB (Red+Green+Blue) = 250+151+19=420 (55% of max value = 765). Red value is 250 (98.05% from 255 or 59.52% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9713 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA9713 is #0568EC. Grayscale: #A6A6A6. Windows color (decimal): -354541 or 1284090. OLE color: 1284090.

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

Color convert

RGB 250 151 19 -
CMYK 0 0.40 0.92 0.02
HSL 34.29º 0.96% 0.53% -
HSV(B) 34.29º 0.92% 0.98% -
XYZ 50.61 42.5 6.15 -
YUV 165.55 45.3 188.23 -
System Red Green Blue C M Y K H S L
Decimal 250 151 19 0 0.40 0.92 0.02 34.29 0.96 0.53
Hex FA 97 13 0 28 5C 2 22 60 35
Octal 372 227 23 0 50 134 2 42 140 65
Binary 11111010 10010111 10011 0 101000 1011100 10 100010 1100000 110101

Color Harmonies of #FA9713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9713

Black with #FA9713

Text Example


Text Example

White with #FA9713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9713; }

 p { color: rgb(250,151,19); }

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

background-color css

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

 a { background-color: rgb(250,151,19); }

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

border-color css

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

 span { border-color: rgb(250,151,19); }

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