Html Css Color HEX #F18D65 Atomic Tangerine

📋 copy color: '#F18D65'

red 241 ◦ green 141 ◦ blue 101

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

Shades of Atomic Tangerine #F18D65

Tints of Atomic Tangerine #F18D65

RGB

 RED value IS 241 (94.53% from 255) = 49.9%

 GREEN value IS 141 (55.47% from 255) = 29.19%

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

R = 49.9%
G = 29.19%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F18D65 (or 0xF18D65) is known color: Atomic Tangerine. HEX triplet: F1, 8D and 65. RGB value is (241,141,101). Sum of RGB (Red+Green+Blue) = 241+141+101=483 (63% of max value = 765). Red value is 241 (94.53% from 255 or 49.90% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 101 (39.84% from 255 or 20.91% from 483); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D65 is #0E729A. Grayscale: #A6A6A6. Windows color (decimal): -946843 or 6655473. OLE color: 6655473.

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

Color convert

RGB 241 141 101 -
CMYK 0 0.41 0.58 0.05
HSL 17.14º 0.83% 0.67% -
HSV(B) 17.14º 0.58% 0.95% -
XYZ 48.15 38.69 17.24 -
YUV 166.34 91.13 181.25 -
System Red Green Blue C M Y K H S L
Decimal 241 141 101 0 0.41 0.58 0.05 17.14 0.83 0.67
Hex F1 8D 65 0 29 3A 5 11 53 43
Octal 361 215 145 0 51 72 5 21 123 103
Binary 11110001 10001101 1100101 0 101001 111010 101 10001 1010011 1000011

Color Harmonies of #F18D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F18D65

Black with #F18D65

Text Example


Text Example

White with #F18D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F18D65; }

 p { color: rgb(241,141,101); }

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

background-color css

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

 a { background-color: rgb(241,141,101); }

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

border-color css

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

 span { border-color: rgb(241,141,101); }

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