Html Css Color HEX #F29665 Atomic Tangerine

📋 copy color: '#F29665'

red 242 ◦ green 150 ◦ blue 101

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

Shades of Atomic Tangerine #F29665

Tints of Atomic Tangerine #F29665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.43%

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

R = 49.09%
G = 30.43%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F29665 (or 0xF29665) is known color: Atomic Tangerine. HEX triplet: F2, 96 and 65. RGB value is (242,150,101). Sum of RGB (Red+Green+Blue) = 242+150+101=493 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.09% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 101 (39.84% from 255 or 20.49% from 493); Max value from RGB is 242 - color contains mainly: red. Hex color #F29665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29665 is #0D699A. Grayscale: #ACACAC. Windows color (decimal): -879003 or 6657778. OLE color: 6657778.

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

Color convert

RGB 242 150 101 -
CMYK 0 0.38 0.58 0.05
HSL 20.85º 0.84% 0.67% -
HSV(B) 20.85º 0.58% 0.95% -
XYZ 49.87 41.63 17.72 -
YUV 171.92 87.98 177.98 -
System Red Green Blue C M Y K H S L
Decimal 242 150 101 0 0.38 0.58 0.05 20.85 0.84 0.67
Hex F2 96 65 0 26 3A 5 15 54 43
Octal 362 226 145 0 46 72 5 25 124 103
Binary 11110010 10010110 1100101 0 100110 111010 101 10101 1010100 1000011

Color Harmonies of #F29665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F29665

Black with #F29665

Text Example


Text Example

White with #F29665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F29665; }

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

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

background-color css

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

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

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

border-color css

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

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

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