Html Css Color HEX #F19064 Atomic Tangerine

📋 copy color: '#F19064'

red 241 ◦ green 144 ◦ blue 100

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

Shades of Atomic Tangerine #F19064

Tints of Atomic Tangerine #F19064

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.69%

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

R = 49.69%
G = 29.69%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F19064 (or 0xF19064) is known color: Atomic Tangerine. HEX triplet: F1, 90 and 64. RGB value is (241,144,100). Sum of RGB (Red+Green+Blue) = 241+144+100=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 144 (56.64% from 255 or 29.69% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F19064 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19064 is #0E6F9B. Grayscale: #A8A8A8. Windows color (decimal): -946076 or 6590705. OLE color: 6590705.

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

Color convert

RGB 241 144 100 -
CMYK 0 0.40 0.59 0.05
HSL 18.72º 0.83% 0.67% -
HSV(B) 18.72º 0.59% 0.95% -
XYZ 48.55 39.57 17.14 -
YUV 167.99 89.64 180.08 -
System Red Green Blue C M Y K H S L
Decimal 241 144 100 0 0.40 0.59 0.05 18.72 0.83 0.67
Hex F1 90 64 0 28 3B 5 13 53 43
Octal 361 220 144 0 50 73 5 23 123 103
Binary 11110001 10010000 1100100 0 101000 111011 101 10011 1010011 1000011

Color Harmonies of #F19064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F19064

Black with #F19064

Text Example


Text Example

White with #F19064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F19064; }

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

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

background-color css

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

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

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

border-color css

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

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

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