Html Css Color HEX #F28F65 Atomic Tangerine

📋 copy color: '#F28F65'

red 242 ◦ green 143 ◦ blue 101

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

Shades of Atomic Tangerine #F28F65

Tints of Atomic Tangerine #F28F65

RGB

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

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

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

R = 49.79%
G = 29.42%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#F28F65 (or 0xF28F65) is known color: Atomic Tangerine. HEX triplet: F2, 8F and 65. RGB value is (242,143,101). Sum of RGB (Red+Green+Blue) = 242+143+101=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 101 (39.84% from 255 or 20.78% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F28F65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28F65 is #0D709A. Grayscale: #A8A8A8. Windows color (decimal): -880795 or 6655986. OLE color: 6655986.

HSL color Cylindrical-coordinate representation of color #F28F65: hue angle of 17.87º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F28F65 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 143 101 -
CMYK 0 0.41 0.58 0.05
HSL 17.87º 0.84% 0.67% -
HSV(B) 17.87º 0.58% 0.95% -
XYZ 48.79 39.46 17.36 -
YUV 167.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 242 143 101 0 0.41 0.58 0.05 17.87 0.84 0.67
Hex F2 8F 65 0 29 3A 5 12 54 43
Octal 362 217 145 0 51 72 5 22 124 103
Binary 11110010 10001111 1100101 0 101001 111010 101 10010 1010100 1000011

Color Harmonies of #F28F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28F65

Black with #F28F65

Text Example


Text Example

White with #F28F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28F65; }

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

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

background-color css

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

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

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

border-color css

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

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

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