Html Css Color HEX #F38D68 Atomic Tangerine

📋 copy color: '#F38D68'

red 243 ◦ green 141 ◦ blue 104

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

Shades of Atomic Tangerine #F38D68

Tints of Atomic Tangerine #F38D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 49.8%
G = 28.89%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F38D68 (or 0xF38D68) is known color: Atomic Tangerine. HEX triplet: F3, 8D and 68. RGB value is (243,141,104). Sum of RGB (Red+Green+Blue) = 243+141+104=488 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.80% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38D68 is #0C7297. Grayscale: #A7A7A7. Windows color (decimal): -815768 or 6852083. OLE color: 6852083.

HSL color Cylindrical-coordinate representation of color #F38D68: hue angle of 15.97º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F38D68 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 141 104 -
CMYK 0 0.42 0.57 0.05
HSL 15.97º 0.85% 0.68% -
HSV(B) 15.97º 0.57% 0.95% -
XYZ 48.99 39.1 18.06 -
YUV 167.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 243 141 104 0 0.42 0.57 0.05 15.97 0.85 0.68
Hex F3 8D 68 0 2A 39 5 10 55 44
Octal 363 215 150 0 52 71 5 20 125 104
Binary 11110011 10001101 1101000 0 101010 111001 101 10000 1010101 1000100

Color Harmonies of #F38D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38D68

Black with #F38D68

Text Example


Text Example

White with #F38D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38D68; }

 p { color: rgb(243,141,104); }

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

background-color css

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

 a { background-color: rgb(243,141,104); }

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

border-color css

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

 span { border-color: rgb(243,141,104); }

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