Html Css Color HEX #FA995F Atomic Tangerine

📋 copy color: '#FA995F'

red 250 ◦ green 153 ◦ blue 95

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

Shades of Atomic Tangerine #FA995F

Tints of Atomic Tangerine #FA995F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.72%

 BLUE value IS 95 (37.5% from 255) = 19.08%

R = 50.2%
G = 30.72%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA995F (or 0xFA995F) is known color: Atomic Tangerine. HEX triplet: FA, 99 and 5F. RGB value is (250,153,95). Sum of RGB (Red+Green+Blue) = 250+153+95=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 95 (37.5% from 255 or 19.08% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA995F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA995F is #0566A0. Grayscale: #AFAFAF. Windows color (decimal): -353953 or 6265338. OLE color: 6265338.

HSL color Cylindrical-coordinate representation of color #FA995F: hue angle of 22.45º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FA995F is Cyan = 0, Magento = 0.39, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 153 95 -
CMYK 0 0.39 0.62 0.02
HSL 22.45º 0.94% 0.68% -
HSV(B) 22.45º 0.62% 0.98% -
XYZ 52.88 43.93 16.52 -
YUV 175.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 250 153 95 0 0.39 0.62 0.02 22.45 0.94 0.68
Hex FA 99 5F 0 27 3E 2 16 5E 44
Octal 372 231 137 0 47 76 2 26 136 104
Binary 11111010 10011001 1011111 0 100111 111110 10 10110 1011110 1000100

Color Harmonies of #FA995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA995F

Black with #FA995F

Text Example


Text Example

White with #FA995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA995F; }

 p { color: rgb(250,153,95); }

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

background-color css

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

 a { background-color: rgb(250,153,95); }

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

border-color css

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

 span { border-color: rgb(250,153,95); }

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