Html Css Color HEX #F38C65 Atomic Tangerine

📋 copy color: '#F38C65'

red 243 ◦ green 140 ◦ blue 101

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

Shades of Atomic Tangerine #F38C65

Tints of Atomic Tangerine #F38C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.87%

R = 50.21%
G = 28.93%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F38C65 (or 0xF38C65) is known color: Atomic Tangerine. HEX triplet: F3, 8C and 65. RGB value is (243,140,101). Sum of RGB (Red+Green+Blue) = 243+140+101=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 140 (55.08% from 255 or 28.93% from 484); Blue value is 101 (39.84% from 255 or 20.87% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C65 is #0C739A. Grayscale: #A6A6A6. Windows color (decimal): -816027 or 6655219. OLE color: 6655219.

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

Color convert

RGB 243 140 101 -
CMYK 0 0.42 0.58 0.05
HSL 16.48º 0.86% 0.67% -
HSV(B) 16.48º 0.58% 0.95% -
XYZ 48.69 38.75 17.23 -
YUV 166.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 243 140 101 0 0.42 0.58 0.05 16.48 0.86 0.67
Hex F3 8C 65 0 2A 3A 5 10 56 43
Octal 363 214 145 0 52 72 5 20 126 103
Binary 11110011 10001100 1100101 0 101010 111010 101 10000 1010110 1000011

Color Harmonies of #F38C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C65

Black with #F38C65

Text Example


Text Example

White with #F38C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C65; }

 p { color: rgb(243,140,101); }

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

background-color css

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

 a { background-color: rgb(243,140,101); }

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

border-color css

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

 span { border-color: rgb(243,140,101); }

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