Html Css Color HEX #F29064 Atomic Tangerine

📋 copy color: '#F29064'

red 242 ◦ green 144 ◦ blue 100

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

Shades of Atomic Tangerine #F29064

Tints of Atomic Tangerine #F29064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 20.58%

R = 49.79%
G = 29.63%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F29064 (or 0xF29064) is known color: Atomic Tangerine. HEX triplet: F2, 90 and 64. RGB value is (242,144,100). Sum of RGB (Red+Green+Blue) = 242+144+100=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 144 (56.64% from 255 or 29.63% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F29064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29064 is #0D6F9B. Grayscale: #A8A8A8. Windows color (decimal): -880540 or 6590706. OLE color: 6590706.

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

Color convert

RGB 242 144 100 -
CMYK 0 0.40 0.59 0.05
HSL 18.59º 0.85% 0.67% -
HSV(B) 18.59º 0.59% 0.95% -
XYZ 48.89 39.74 17.15 -
YUV 168.29 89.47 180.58 -
System Red Green Blue C M Y K H S L
Decimal 242 144 100 0 0.40 0.59 0.05 18.59 0.85 0.67
Hex F2 90 64 0 28 3B 5 13 55 43
Octal 362 220 144 0 50 73 5 23 125 103
Binary 11110010 10010000 1100100 0 101000 111011 101 10011 1010101 1000011

Color Harmonies of #F29064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29064

Black with #F29064

Text Example


Text Example

White with #F29064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29064; }

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

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

background-color css

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

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

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

border-color css

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

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

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