Html Css Color HEX #F19264 Atomic Tangerine

📋 copy color: '#F19264'

red 241 ◦ green 146 ◦ blue 100

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

Shades of Atomic Tangerine #F19264

Tints of Atomic Tangerine #F19264

RGB

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

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

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

R = 49.49%
G = 29.98%
B = 20.53%

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

#F19264 (or 0xF19264) is known color: Atomic Tangerine. HEX triplet: F1, 92 and 64. RGB value is (241,146,100). Sum of RGB (Red+Green+Blue) = 241+146+100=487 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.49% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 241 - color contains mainly: red. Hex color #F19264 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19264 is #0E6D9B. Grayscale: #A9A9A9. Windows color (decimal): -945564 or 6591217. OLE color: 6591217.

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

Color convert

RGB 241 146 100 -
CMYK 0 0.39 0.59 0.05
HSL 19.57º 0.83% 0.67% -
HSV(B) 19.57º 0.59% 0.95% -
XYZ 48.85 40.18 17.24 -
YUV 169.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 241 146 100 0 0.39 0.59 0.05 19.57 0.83 0.67
Hex F1 92 64 0 27 3B 5 14 53 43
Octal 361 222 144 0 47 73 5 24 123 103
Binary 11110001 10010010 1100100 0 100111 111011 101 10100 1010011 1000011

Color Harmonies of #F19264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19264

Black with #F19264

Text Example


Text Example

White with #F19264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19264; }

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

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

background-color css

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

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

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

border-color css

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

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

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