Html Css Color HEX #FA8E64 Atomic Tangerine

📋 copy color: '#FA8E64'

red 250 ◦ green 142 ◦ blue 100

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

Shades of Atomic Tangerine #FA8E64

Tints of Atomic Tangerine #FA8E64

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.86%

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

R = 50.81%
G = 28.86%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA8E64 (or 0xFA8E64) is known color: Atomic Tangerine. HEX triplet: FA, 8E and 64. RGB value is (250,142,100). Sum of RGB (Red+Green+Blue) = 250+142+100=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 142 (55.86% from 255 or 28.86% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E64 is #05719B. Grayscale: #A9A9A9. Windows color (decimal): -356764 or 6590202. OLE color: 6590202.

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

Color convert

RGB 250 142 100 -
CMYK 0 0.43 0.6 0.02
HSL 16.8º 0.94% 0.69% -
HSV(B) 16.8º 0.6% 0.98% -
XYZ 51.4 40.59 17.18 -
YUV 169.5 88.78 185.42 -
System Red Green Blue C M Y K H S L
Decimal 250 142 100 0 0.43 0.6 0.02 16.8 0.94 0.69
Hex FA 8E 64 0 2B 3C 2 11 5E 45
Octal 372 216 144 0 53 74 2 21 136 105
Binary 11111010 10001110 1100100 0 101011 111100 10 10001 1011110 1000101

Color Harmonies of #FA8E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E64

Black with #FA8E64

Text Example


Text Example

White with #FA8E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E64; }

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

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

background-color css

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

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

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

border-color css

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

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

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