Html Css Color HEX #F48C64 Atomic Tangerine

📋 copy color: '#F48C64'

red 244 ◦ green 140 ◦ blue 100

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

Shades of Atomic Tangerine #F48C64

Tints of Atomic Tangerine #F48C64

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.93%

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

R = 50.41%
G = 28.93%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F48C64 (or 0xF48C64) is known color: Atomic Tangerine. HEX triplet: F4, 8C and 64. RGB value is (244,140,100). Sum of RGB (Red+Green+Blue) = 244+140+100=484 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.41% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 244 - color contains mainly: red. Hex color #F48C64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48C64 is #0B739B. Grayscale: #A6A6A6. Windows color (decimal): -750492 or 6589684. OLE color: 6589684.

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

Color convert

RGB 244 140 100 -
CMYK 0 0.43 0.59 0.04
HSL 16.67º 0.87% 0.67% -
HSV(B) 16.67º 0.59% 0.96% -
XYZ 48.99 38.91 16.98 -
YUV 166.54 90.46 183.25 -
System Red Green Blue C M Y K H S L
Decimal 244 140 100 0 0.43 0.59 0.04 16.67 0.87 0.67
Hex F4 8C 64 0 2B 3B 4 11 57 43
Octal 364 214 144 0 53 73 4 21 127 103
Binary 11110100 10001100 1100100 0 101011 111011 100 10001 1010111 1000011

Color Harmonies of #F48C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48C64

Black with #F48C64

Text Example


Text Example

White with #F48C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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