Html Css Color HEX #FA9C64 Atomic Tangerine

📋 copy color: '#FA9C64'

red 250 ◦ green 156 ◦ blue 100

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

Shades of Atomic Tangerine #FA9C64

Tints of Atomic Tangerine #FA9C64

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.83%

 BLUE value IS 100 (39.45% from 255) = 19.76%

R = 49.41%
G = 30.83%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA9C64 (or 0xFA9C64) is known color: Atomic Tangerine. HEX triplet: FA, 9C and 64. RGB value is (250,156,100). Sum of RGB (Red+Green+Blue) = 250+156+100=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 156 (61.33% from 255 or 30.83% from 506); Blue value is 100 (39.45% from 255 or 19.76% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9C64 is #05639B. Grayscale: #B2B2B2. Windows color (decimal): -353180 or 6593786. OLE color: 6593786.

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

Color convert

RGB 250 156 100 -
CMYK 0 0.38 0.6 0.02
HSL 22.4º 0.94% 0.69% -
HSV(B) 22.4º 0.6% 0.98% -
XYZ 53.61 45.02 17.92 -
YUV 177.72 84.14 179.55 -
System Red Green Blue C M Y K H S L
Decimal 250 156 100 0 0.38 0.6 0.02 22.4 0.94 0.69
Hex FA 9C 64 0 26 3C 2 16 5E 45
Octal 372 234 144 0 46 74 2 26 136 105
Binary 11111010 10011100 1100100 0 100110 111100 10 10110 1011110 1000101

Color Harmonies of #FA9C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9C64

Black with #FA9C64

Text Example


Text Example

White with #FA9C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9C64; }

 p { color: rgb(250,156,100); }

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

background-color css

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

 a { background-color: rgb(250,156,100); }

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

border-color css

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

 span { border-color: rgb(250,156,100); }

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