Html Css Color HEX #F88C65 Atomic Tangerine

📋 copy color: '#F88C65'

red 248 ◦ green 140 ◦ blue 101

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

Shades of Atomic Tangerine #F88C65

Tints of Atomic Tangerine #F88C65

RGB

 RED value IS 248 (97.27% from 255) = 50.72%

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

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

R = 50.72%
G = 28.63%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.03

RGB Variations

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

Color information

#F88C65 (or 0xF88C65) is known color: Atomic Tangerine. HEX triplet: F8, 8C and 65. RGB value is (248,140,101). Sum of RGB (Red+Green+Blue) = 248+140+101=489 (64% of max value = 765). Red value is 248 (97.27% from 255 or 50.72% from 489); Green value is 140 (55.08% from 255 or 28.63% from 489); Blue value is 101 (39.84% from 255 or 20.65% from 489); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C65 is #07739A. Grayscale: #A8A8A8. Windows color (decimal): -488347 or 6655224. OLE color: 6655224.

HSL color Cylindrical-coordinate representation of color #F88C65: hue angle of 15.92º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F88C65 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 140 101 -
CMYK 0 0.44 0.59 0.03
HSL 15.92º 0.91% 0.68% -
HSV(B) 15.92º 0.59% 0.97% -
XYZ 50.44 39.65 17.31 -
YUV 167.85 90.28 185.17 -
System Red Green Blue C M Y K H S L
Decimal 248 140 101 0 0.44 0.59 0.03 15.92 0.91 0.68
Hex F8 8C 65 0 2C 3B 3 10 5B 44
Octal 370 214 145 0 54 73 3 20 133 104
Binary 11111000 10001100 1100101 0 101100 111011 11 10000 1011011 1000100

Color Harmonies of #F88C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C65

Black with #F88C65

Text Example


Text Example

White with #F88C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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