Html Css Color HEX #F29464 Atomic Tangerine

📋 copy color: '#F29464'

red 242 ◦ green 148 ◦ blue 100

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

Shades of Atomic Tangerine #F29464

Tints of Atomic Tangerine #F29464

RGB

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

 GREEN value IS 148 (58.2% from 255) = 30.2%

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

R = 49.39%
G = 30.2%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F29464 (or 0xF29464) is known color: Atomic Tangerine. HEX triplet: F2, 94 and 64. RGB value is (242,148,100). Sum of RGB (Red+Green+Blue) = 242+148+100=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 148 (58.20% from 255 or 30.20% from 490); Blue value is 100 (39.45% from 255 or 20.41% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F29464 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29464 is #0D6B9B. Grayscale: #AAAAAA. Windows color (decimal): -879516 or 6591730. OLE color: 6591730.

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

Color convert

RGB 242 148 100 -
CMYK 0 0.39 0.59 0.05
HSL 20.28º 0.85% 0.67% -
HSV(B) 20.28º 0.59% 0.95% -
XYZ 49.51 40.98 17.36 -
YUV 170.63 88.14 178.9 -
System Red Green Blue C M Y K H S L
Decimal 242 148 100 0 0.39 0.59 0.05 20.28 0.85 0.67
Hex F2 94 64 0 27 3B 5 14 55 43
Octal 362 224 144 0 47 73 5 24 125 103
Binary 11110010 10010100 1100100 0 100111 111011 101 10100 1010101 1000011

Color Harmonies of #F29464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29464

Black with #F29464

Text Example


Text Example

White with #F29464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29464; }

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

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

background-color css

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

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

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

border-color css

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

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

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