Html Css Color HEX #F28F69 Atomic Tangerine

📋 copy color: '#F28F69'

red 242 ◦ green 143 ◦ blue 105

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

Shades of Atomic Tangerine #F28F69

Tints of Atomic Tangerine #F28F69

RGB

 RED value IS 242 (94.92% from 255) = 49.39%

 GREEN value IS 143 (56.25% from 255) = 29.18%

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

R = 49.39%
G = 29.18%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F28F69 (or 0xF28F69) is known color: Atomic Tangerine. HEX triplet: F2, 8F and 69. RGB value is (242,143,105). Sum of RGB (Red+Green+Blue) = 242+143+105=490 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.39% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F69 is #0D7096. Grayscale: #A8A8A8. Windows color (decimal): -880791 or 6918130. OLE color: 6918130.

HSL color Cylindrical-coordinate representation of color #F28F69: hue angle of 16.64º degrees, saturation: 0.84, 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 #F28F69 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 105 -
CMYK 0 0.41 0.57 0.05
HSL 16.64º 0.84% 0.68% -
HSV(B) 16.64º 0.57% 0.95% -
XYZ 48.99 39.54 18.41 -
YUV 168.27 92.3 180.59 -
System Red Green Blue C M Y K H S L
Decimal 242 143 105 0 0.41 0.57 0.05 16.64 0.84 0.68
Hex F2 8F 69 0 29 39 5 11 54 44
Octal 362 217 151 0 51 71 5 21 124 104
Binary 11110010 10001111 1101001 0 101001 111001 101 10001 1010100 1000100

Color Harmonies of #F28F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F69

Black with #F28F69

Text Example


Text Example

White with #F28F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F69; }

 p { color: rgb(242,143,105); }

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

background-color css

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

 a { background-color: rgb(242,143,105); }

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

border-color css

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

 span { border-color: rgb(242,143,105); }

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