Html Css Color HEX #F19265 Atomic Tangerine

📋 copy color: '#F19265'

red 241 ◦ green 146 ◦ blue 101

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

Shades of Atomic Tangerine #F19265

Tints of Atomic Tangerine #F19265

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.92%

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

R = 49.39%
G = 29.92%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F19265 (or 0xF19265) is known color: Atomic Tangerine. HEX triplet: F1, 92 and 65. RGB value is (241,146,101). Sum of RGB (Red+Green+Blue) = 241+146+101=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 146 (57.42% from 255 or 29.92% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F19265 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19265 is #0E6D9A. Grayscale: #A9A9A9. Windows color (decimal): -945563 or 6656753. OLE color: 6656753.

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

Color convert

RGB 241 146 101 -
CMYK 0 0.39 0.58 0.05
HSL 19.29º 0.83% 0.67% -
HSV(B) 19.29º 0.58% 0.95% -
XYZ 48.9 40.2 17.49 -
YUV 169.28 89.47 179.16 -
System Red Green Blue C M Y K H S L
Decimal 241 146 101 0 0.39 0.58 0.05 19.29 0.83 0.67
Hex F1 92 65 0 27 3A 5 13 53 43
Octal 361 222 145 0 47 72 5 23 123 103
Binary 11110001 10010010 1100101 0 100111 111010 101 10011 1010011 1000011

Color Harmonies of #F19265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19265

Black with #F19265

Text Example


Text Example

White with #F19265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19265; }

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

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

background-color css

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

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

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

border-color css

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

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

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