Html Css Color HEX #F29964 Atomic Tangerine

📋 copy color: '#F29964'

red 242 ◦ green 153 ◦ blue 100

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

Shades of Atomic Tangerine #F29964

Tints of Atomic Tangerine #F29964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.91%

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

R = 48.89%
G = 30.91%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F29964 (or 0xF29964) is known color: Atomic Tangerine. HEX triplet: F2, 99 and 64. RGB value is (242,153,100). Sum of RGB (Red+Green+Blue) = 242+153+100=495 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.89% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 242 - color contains mainly: red. Hex color #F29964 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29964 is #0D669B. Grayscale: #ADADAD. Windows color (decimal): -878236 or 6593010. OLE color: 6593010.

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

Color convert

RGB 242 153 100 -
CMYK 0 0.37 0.59 0.05
HSL 22.39º 0.85% 0.67% -
HSV(B) 22.39º 0.59% 0.95% -
XYZ 50.31 42.58 17.62 -
YUV 173.57 86.49 176.81 -
System Red Green Blue C M Y K H S L
Decimal 242 153 100 0 0.37 0.59 0.05 22.39 0.85 0.67
Hex F2 99 64 0 25 3B 5 16 55 43
Octal 362 231 144 0 45 73 5 26 125 103
Binary 11110010 10011001 1100100 0 100101 111011 101 10110 1010101 1000011

Color Harmonies of #F29964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29964

Black with #F29964

Text Example


Text Example

White with #F29964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29964; }

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

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

background-color css

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

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

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

border-color css

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

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

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