Html Css Color HEX #F29066 Atomic Tangerine

📋 copy color: '#F29066'

red 242 ◦ green 144 ◦ blue 102

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

Shades of Atomic Tangerine #F29066

Tints of Atomic Tangerine #F29066

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.51%

 BLUE value IS 102 (40.23% from 255) = 20.9%

R = 49.59%
G = 29.51%
B = 20.9%

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

#F29066 (or 0xF29066) is known color: Atomic Tangerine. HEX triplet: F2, 90 and 66. RGB value is (242,144,102). Sum of RGB (Red+Green+Blue) = 242+144+102=488 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.59% from 488); Green value is 144 (56.64% from 255 or 29.51% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 242 - color contains mainly: red. Hex color #F29066 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29066 is #0D6F99. Grayscale: #A8A8A8. Windows color (decimal): -880538 or 6721778. OLE color: 6721778.

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

Color convert

RGB 242 144 102 -
CMYK 0 0.40 0.58 0.05
HSL 18º 0.84% 0.67% -
HSV(B) 18º 0.58% 0.95% -
XYZ 48.99 39.78 17.67 -
YUV 168.51 90.47 180.42 -
System Red Green Blue C M Y K H S L
Decimal 242 144 102 0 0.40 0.58 0.05 18 0.84 0.67
Hex F2 90 66 0 28 3A 5 12 54 43
Octal 362 220 146 0 50 72 5 22 124 103
Binary 11110010 10010000 1100110 0 101000 111010 101 10010 1010100 1000011

Color Harmonies of #F29066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29066

Black with #F29066

Text Example


Text Example

White with #F29066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29066; }

 p { color: rgb(242,144,102); }

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

background-color css

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

 a { background-color: rgb(242,144,102); }

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

border-color css

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

 span { border-color: rgb(242,144,102); }

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