Html Css Color HEX #F29165 Atomic Tangerine

📋 copy color: '#F29165'

red 242 ◦ green 145 ◦ blue 101

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

Shades of Atomic Tangerine #F29165

Tints of Atomic Tangerine #F29165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.7%

R = 49.59%
G = 29.71%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F29165 (or 0xF29165) is known color: Atomic Tangerine. HEX triplet: F2, 91 and 65. RGB value is (242,145,101). Sum of RGB (Red+Green+Blue) = 242+145+101=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 145 (57.03% from 255 or 29.71% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F29165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29165 is #0D6E9A. Grayscale: #A9A9A9. Windows color (decimal): -880283 or 6656498. OLE color: 6656498.

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

Color convert

RGB 242 145 101 -
CMYK 0 0.40 0.58 0.05
HSL 18.72º 0.84% 0.67% -
HSV(B) 18.72º 0.58% 0.95% -
XYZ 49.09 40.07 17.46 -
YUV 168.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 242 145 101 0 0.40 0.58 0.05 18.72 0.84 0.67
Hex F2 91 65 0 28 3A 5 13 54 43
Octal 362 221 145 0 50 72 5 23 124 103
Binary 11110010 10010001 1100101 0 101000 111010 101 10011 1010100 1000011

Color Harmonies of #F29165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29165

Black with #F29165

Text Example


Text Example

White with #F29165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29165; }

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

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

background-color css

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

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

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

border-color css

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

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

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