Html Css Color HEX #F38F64 Atomic Tangerine

📋 copy color: '#F38F64'

red 243 ◦ green 143 ◦ blue 100

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

Shades of Atomic Tangerine #F38F64

Tints of Atomic Tangerine #F38F64

RGB

 RED value IS 243 (95.31% from 255) = 50%

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

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

R = 50%
G = 29.42%
B = 20.58%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#F38F64 (or 0xF38F64) is known color: Atomic Tangerine. HEX triplet: F3, 8F and 64. RGB value is (243,143,100). Sum of RGB (Red+Green+Blue) = 243+143+100=486 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 243 - color contains mainly: red. Hex color #F38F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38F64 is #0C709B. Grayscale: #A8A8A8. Windows color (decimal): -815260 or 6590451. OLE color: 6590451.

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

Color convert

RGB 243 143 100 -
CMYK 0 0.41 0.59 0.05
HSL 18.04º 0.86% 0.67% -
HSV(B) 18.04º 0.59% 0.95% -
XYZ 49.08 39.62 17.12 -
YUV 168 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 243 143 100 0 0.41 0.59 0.05 18.04 0.86 0.67
Hex F3 8F 64 0 29 3B 5 12 56 43
Octal 363 217 144 0 51 73 5 22 126 103
Binary 11110011 10001111 1100100 0 101001 111011 101 10010 1010110 1000011

Color Harmonies of #F38F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38F64

Black with #F38F64

Text Example


Text Example

White with #F38F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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