Html Css Color HEX #FA9665 Atomic Tangerine

📋 copy color: '#FA9665'

red 250 ◦ green 150 ◦ blue 101

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

Shades of Atomic Tangerine #FA9665

Tints of Atomic Tangerine #FA9665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 101 (39.84% from 255) = 20.16%

R = 49.9%
G = 29.94%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA9665 (or 0xFA9665) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 65. RGB value is (250,150,101). Sum of RGB (Red+Green+Blue) = 250+150+101=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9665 is #05699A. Grayscale: #AEAEAE. Windows color (decimal): -354715 or 6657786. OLE color: 6657786.

HSL color Cylindrical-coordinate representation of color #FA9665: hue angle of 19.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FA9665 is Cyan = 0, Magento = 0.4, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 150 101 -
CMYK 0 0.4 0.60 0.02
HSL 19.73º 0.94% 0.69% -
HSV(B) 19.73º 0.6% 0.98% -
XYZ 52.68 43.08 17.85 -
YUV 174.31 86.63 181.98 -
System Red Green Blue C M Y K H S L
Decimal 250 150 101 0 0.4 0.60 0.02 19.73 0.94 0.69
Hex FA 96 65 0 28 3C 2 14 5E 45
Octal 372 226 145 0 50 74 2 24 136 105
Binary 11111010 10010110 1100101 0 101000 111100 10 10100 1011110 1000101

Color Harmonies of #FA9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9665

Black with #FA9665

Text Example


Text Example

White with #FA9665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9665; }

 p { color: rgb(250,150,101); }

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

background-color css

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

 a { background-color: rgb(250,150,101); }

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

border-color css

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

 span { border-color: rgb(250,150,101); }

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