Html Css Color HEX #F29560 Atomic Tangerine

📋 copy color: '#F29560'

red 242 ◦ green 149 ◦ blue 96

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

Shades of Atomic Tangerine #F29560

Tints of Atomic Tangerine #F29560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.6%

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

R = 49.69%
G = 30.6%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#F29560 (or 0xF29560) is known color: Atomic Tangerine. HEX triplet: F2, 95 and 60. RGB value is (242,149,96). Sum of RGB (Red+Green+Blue) = 242+149+96=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 149 (58.59% from 255 or 30.60% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F29560 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29560 is #0D6A9F. Grayscale: #ABABAB. Windows color (decimal): -879264 or 6329842. OLE color: 6329842.

HSL color Cylindrical-coordinate representation of color #F29560: hue angle of 21.78º 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 #F29560 is Cyan = 0, Magento = 0.38, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 96 -
CMYK 0 0.38 0.60 0.05
HSL 21.78º 0.85% 0.66% -
HSV(B) 21.78º 0.6% 0.95% -
XYZ 49.48 41.22 16.41 -
YUV 170.77 85.81 178.81 -
System Red Green Blue C M Y K H S L
Decimal 242 149 96 0 0.38 0.60 0.05 21.78 0.85 0.66
Hex F2 95 60 0 26 3C 5 16 55 42
Octal 362 225 140 0 46 74 5 26 125 102
Binary 11110010 10010101 1100000 0 100110 111100 101 10110 1010101 1000010

Color Harmonies of #F29560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29560

Black with #F29560

Text Example


Text Example

White with #F29560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29560; }

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

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

background-color css

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

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

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

border-color css

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

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

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