Html Css Color HEX #F48F64 Atomic Tangerine

📋 copy color: '#F48F64'

red 244 ◦ green 143 ◦ blue 100

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

Shades of Atomic Tangerine #F48F64

Tints of Atomic Tangerine #F48F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.36%

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

R = 50.1%
G = 29.36%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.04

RGB Variations

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

Color information

#F48F64 (or 0xF48F64) is known color: Atomic Tangerine. HEX triplet: F4, 8F and 64. RGB value is (244,143,100). Sum of RGB (Red+Green+Blue) = 244+143+100=487 (64% of max value = 765). Red value is 244 (95.70% from 255 or 50.10% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 244 - color contains mainly: red. Hex color #F48F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F48F64 is #0B709B. Grayscale: #A8A8A8. Windows color (decimal): -749724 or 6590452. OLE color: 6590452.

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

Color convert

RGB 244 143 100 -
CMYK 0 0.41 0.59 0.04
HSL 17.92º 0.87% 0.67% -
HSV(B) 17.92º 0.59% 0.96% -
XYZ 49.43 39.8 17.13 -
YUV 168.3 89.46 182 -
System Red Green Blue C M Y K H S L
Decimal 244 143 100 0 0.41 0.59 0.04 17.92 0.87 0.67
Hex F4 8F 64 0 29 3B 4 12 57 43
Octal 364 217 144 0 51 73 4 22 127 103
Binary 11110100 10001111 1100100 0 101001 111011 100 10010 1010111 1000011

Color Harmonies of #F48F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F48F64

Black with #F48F64

Text Example


Text Example

White with #F48F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F48F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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