Html Css Color HEX #F29260 Atomic Tangerine

📋 copy color: '#F29260'

red 242 ◦ green 146 ◦ blue 96

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

Shades of Atomic Tangerine #F29260

Tints of Atomic Tangerine #F29260

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.17%

 BLUE value IS 96 (37.89% from 255) = 19.83%

R = 50%
G = 30.17%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F29260 (or 0xF29260) is known color: Atomic Tangerine. HEX triplet: F2, 92 and 60. RGB value is (242,146,96). Sum of RGB (Red+Green+Blue) = 242+146+96=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 146 (57.42% from 255 or 30.17% from 484); Blue value is 96 (37.89% from 255 or 19.83% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F29260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29260 is #0D6D9F. Grayscale: #A9A9A9. Windows color (decimal): -880032 or 6329074. OLE color: 6329074.

HSL color Cylindrical-coordinate representation of color #F29260: hue angle of 20.55º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F29260 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 146 96 -
CMYK 0 0.40 0.60 0.05
HSL 20.55º 0.85% 0.66% -
HSV(B) 20.55º 0.6% 0.95% -
XYZ 49.01 40.28 16.26 -
YUV 169 86.8 180.07 -
System Red Green Blue C M Y K H S L
Decimal 242 146 96 0 0.40 0.60 0.05 20.55 0.85 0.66
Hex F2 92 60 0 28 3C 5 15 55 42
Octal 362 222 140 0 50 74 5 25 125 102
Binary 11110010 10010010 1100000 0 101000 111100 101 10101 1010101 1000010

Color Harmonies of #F29260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29260

Black with #F29260

Text Example


Text Example

White with #F29260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29260; }

 p { color: rgb(242,146,96); }

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

background-color css

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

 a { background-color: rgb(242,146,96); }

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

border-color css

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

 span { border-color: rgb(242,146,96); }

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