Html Css Color HEX #F38C6A Atomic Tangerine

📋 copy color: '#F38C6A'

red 243 ◦ green 140 ◦ blue 106

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

Shades of Atomic Tangerine #F38C6A

Tints of Atomic Tangerine #F38C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.68%

R = 49.69%
G = 28.63%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F38C6A (or 0xF38C6A) is known color: Atomic Tangerine. HEX triplet: F3, 8C and 6A. RGB value is (243,140,106). Sum of RGB (Red+Green+Blue) = 243+140+106=489 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.69% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 106 (41.80% from 255 or 21.68% from 489); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38C6A is #0C7395. Grayscale: #A7A7A7. Windows color (decimal): -816022 or 6982899. OLE color: 6982899.

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

Color convert

RGB 243 140 106 -
CMYK 0 0.42 0.56 0.05
HSL 14.89º 0.85% 0.68% -
HSV(B) 14.89º 0.56% 0.95% -
XYZ 48.94 38.85 18.56 -
YUV 166.92 93.62 182.26 -
System Red Green Blue C M Y K H S L
Decimal 243 140 106 0 0.42 0.56 0.05 14.89 0.85 0.68
Hex F3 8C 6A 0 2A 38 5 F 55 44
Octal 363 214 152 0 52 70 5 17 125 104
Binary 11110011 10001100 1101010 0 101010 111000 101 1111 1010101 1000100

Color Harmonies of #F38C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F38C6A

Black with #F38C6A

Text Example


Text Example

White with #F38C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F38C6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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