Html Css Color HEX #FA8F68 Atomic Tangerine

📋 copy color: '#FA8F68'

red 250 ◦ green 143 ◦ blue 104

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

Shades of Atomic Tangerine #FA8F68

Tints of Atomic Tangerine #FA8F68

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.77%

 BLUE value IS 104 (41.02% from 255) = 20.93%

R = 50.3%
G = 28.77%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA8F68 (or 0xFA8F68) is known color: Atomic Tangerine. HEX triplet: FA, 8F and 68. RGB value is (250,143,104). Sum of RGB (Red+Green+Blue) = 250+143+104=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 143 (56.25% from 255 or 28.77% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8F68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8F68 is #057097. Grayscale: #AAAAAA. Windows color (decimal): -356504 or 6852602. OLE color: 6852602.

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

Color convert

RGB 250 143 104 -
CMYK 0 0.43 0.58 0.02
HSL 16.03º 0.94% 0.69% -
HSV(B) 16.03º 0.58% 0.98% -
XYZ 51.75 40.97 18.28 -
YUV 170.55 90.45 184.67 -
System Red Green Blue C M Y K H S L
Decimal 250 143 104 0 0.43 0.58 0.02 16.03 0.94 0.69
Hex FA 8F 68 0 2B 3A 2 10 5E 45
Octal 372 217 150 0 53 72 2 20 136 105
Binary 11111010 10001111 1101000 0 101011 111010 10 10000 1011110 1000101

Color Harmonies of #FA8F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8F68

Black with #FA8F68

Text Example


Text Example

White with #FA8F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8F68; }

 p { color: rgb(250,143,104); }

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

background-color css

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

 a { background-color: rgb(250,143,104); }

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

border-color css

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

 span { border-color: rgb(250,143,104); }

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