Html Css Color HEX #F88C69 Atomic Tangerine

📋 copy color: '#F88C69'

red 248 ◦ green 140 ◦ blue 105

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

Shades of Atomic Tangerine #F88C69

Tints of Atomic Tangerine #F88C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 50.3%
G = 28.4%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.03

RGB Variations

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

Color information

#F88C69 (or 0xF88C69) is known color: Atomic Tangerine. HEX triplet: F8, 8C and 69. RGB value is (248,140,105). Sum of RGB (Red+Green+Blue) = 248+140+105=493 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.30% from 493); Green value is 140 (55.08% from 255 or 28.40% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 248 - color contains mainly: red. Hex color #F88C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88C69 is #077396. Grayscale: #A8A8A8. Windows color (decimal): -488343 or 6917368. OLE color: 6917368.

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

Color convert

RGB 248 140 105 -
CMYK 0 0.44 0.58 0.03
HSL 14.69º 0.91% 0.69% -
HSV(B) 14.69º 0.58% 0.97% -
XYZ 50.64 39.73 18.36 -
YUV 168.3 92.28 184.85 -
System Red Green Blue C M Y K H S L
Decimal 248 140 105 0 0.44 0.58 0.03 14.69 0.91 0.69
Hex F8 8C 69 0 2C 3A 3 F 5B 45
Octal 370 214 151 0 54 72 3 17 133 105
Binary 11111000 10001100 1101001 0 101100 111010 11 1111 1011011 1000101

Color Harmonies of #F88C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F88C69

Black with #F88C69

Text Example


Text Example

White with #F88C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F88C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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