Html Css Color HEX #FA8D64 Atomic Tangerine

📋 copy color: '#FA8D64'

red 250 ◦ green 141 ◦ blue 100

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

Shades of Atomic Tangerine #FA8D64

Tints of Atomic Tangerine #FA8D64

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

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

R = 50.92%
G = 28.72%
B = 20.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#FA8D64 (or 0xFA8D64) is known color: Atomic Tangerine. HEX triplet: FA, 8D and 64. RGB value is (250,141,100). Sum of RGB (Red+Green+Blue) = 250+141+100=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8D64 is #05729B. Grayscale: #A9A9A9. Windows color (decimal): -357020 or 6589946. OLE color: 6589946.

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

Color convert

RGB 250 141 100 -
CMYK 0 0.44 0.6 0.02
HSL 16.4º 0.94% 0.69% -
HSV(B) 16.4º 0.6% 0.98% -
XYZ 51.25 40.29 17.13 -
YUV 168.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 250 141 100 0 0.44 0.6 0.02 16.4 0.94 0.69
Hex FA 8D 64 0 2C 3C 2 10 5E 45
Octal 372 215 144 0 54 74 2 20 136 105
Binary 11111010 10001101 1100100 0 101100 111100 10 10000 1011110 1000101

Color Harmonies of #FA8D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8D64

Black with #FA8D64

Text Example


Text Example

White with #FA8D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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