Html Css Color HEX #F48D64 Atomic Tangerine

📋 copy color: '#F48D64'

red 244 ◦ green 141 ◦ blue 100

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

Shades of Atomic Tangerine #F48D64

Tints of Atomic Tangerine #F48D64

RGB

 RED value IS 244 (95.7% from 255) = 50.31%

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

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

R = 50.31%
G = 29.07%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F48D64 (or 0xF48D64) is known color: Atomic Tangerine. HEX triplet: F4, 8D and 64. RGB value is (244,141,100). Sum of RGB (Red+Green+Blue) = 244+141+100=485 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.31% from 485); Green value is 141 (55.47% from 255 or 29.07% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 244 - color contains mainly: red. Hex color #F48D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48D64 is #0B729B. Grayscale: #A7A7A7. Windows color (decimal): -750236 or 6589940. OLE color: 6589940.

HSL color Cylindrical-coordinate representation of color #F48D64: hue angle of 17.08º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F48D64 is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 141 100 -
CMYK 0 0.42 0.59 0.04
HSL 17.08º 0.87% 0.67% -
HSV(B) 17.08º 0.59% 0.96% -
XYZ 49.13 39.2 17.03 -
YUV 167.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 244 141 100 0 0.42 0.59 0.04 17.08 0.87 0.67
Hex F4 8D 64 0 2A 3B 4 11 57 43
Octal 364 215 144 0 52 73 4 21 127 103
Binary 11110100 10001101 1100100 0 101010 111011 100 10001 1010111 1000011

Color Harmonies of #F48D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48D64

Black with #F48D64

Text Example


Text Example

White with #F48D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48D64; }

 p { color: rgb(244,141,100); }

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

background-color css

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

 a { background-color: rgb(244,141,100); }

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

border-color css

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

 span { border-color: rgb(244,141,100); }

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