Html Css Color HEX #F29168 Atomic Tangerine

📋 copy color: '#F29168'

red 242 ◦ green 145 ◦ blue 104

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

Shades of Atomic Tangerine #F29168

Tints of Atomic Tangerine #F29168

RGB

 RED value IS 242 (94.92% from 255) = 49.29%

 GREEN value IS 145 (57.03% from 255) = 29.53%

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

R = 49.29%
G = 29.53%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F29168 (or 0xF29168) is known color: Atomic Tangerine. HEX triplet: F2, 91 and 68. RGB value is (242,145,104). Sum of RGB (Red+Green+Blue) = 242+145+104=491 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.29% from 491); Green value is 145 (57.03% from 255 or 29.53% from 491); Blue value is 104 (41.02% from 255 or 21.18% from 491); Max value from RGB is 242 - color contains mainly: red. Hex color #F29168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29168 is #0D6E97. Grayscale: #A9A9A9. Windows color (decimal): -880280 or 6853106. OLE color: 6853106.

HSL color Cylindrical-coordinate representation of color #F29168: hue angle of 17.83º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F29168 is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 145 104 -
CMYK 0 0.40 0.57 0.05
HSL 17.83º 0.84% 0.68% -
HSV(B) 17.83º 0.57% 0.95% -
XYZ 49.24 40.13 18.25 -
YUV 169.33 91.14 179.83 -
System Red Green Blue C M Y K H S L
Decimal 242 145 104 0 0.40 0.57 0.05 17.83 0.84 0.68
Hex F2 91 68 0 28 39 5 12 54 44
Octal 362 221 150 0 50 71 5 22 124 104
Binary 11110010 10010001 1101000 0 101000 111001 101 10010 1010100 1000100

Color Harmonies of #F29168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29168

Black with #F29168

Text Example


Text Example

White with #F29168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29168; }

 p { color: rgb(242,145,104); }

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

background-color css

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

 a { background-color: rgb(242,145,104); }

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

border-color css

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

 span { border-color: rgb(242,145,104); }

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