Html Css Color HEX #F28F6B Atomic Tangerine

📋 copy color: '#F28F6B'

red 242 ◦ green 143 ◦ blue 107

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

Shades of Atomic Tangerine #F28F6B

Tints of Atomic Tangerine #F28F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.75%

R = 49.19%
G = 29.07%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F28F6B (or 0xF28F6B) is known color: Atomic Tangerine. HEX triplet: F2, 8F and 6B. RGB value is (242,143,107). Sum of RGB (Red+Green+Blue) = 242+143+107=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 107 (42.19% from 255 or 21.75% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F6B is #0D7094. Grayscale: #A8A8A8. Windows color (decimal): -880789 or 7049202. OLE color: 7049202.

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

Color convert

RGB 242 143 107 -
CMYK 0 0.41 0.56 0.05
HSL 16º 0.84% 0.68% -
HSV(B) 16º 0.56% 0.95% -
XYZ 49.09 39.58 18.96 -
YUV 168.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 242 143 107 0 0.41 0.56 0.05 16 0.84 0.68
Hex F2 8F 6B 0 29 38 5 10 54 44
Octal 362 217 153 0 51 70 5 20 124 104
Binary 11110010 10001111 1101011 0 101001 111000 101 10000 1010100 1000100

Color Harmonies of #F28F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F6B

Black with #F28F6B

Text Example


Text Example

White with #F28F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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