Html Css Color HEX #F28C69 Atomic Tangerine

📋 copy color: '#F28C69'

red 242 ◦ green 140 ◦ blue 105

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

Shades of Atomic Tangerine #F28C69

Tints of Atomic Tangerine #F28C69

RGB

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

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

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

R = 49.69%
G = 28.75%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#F28C69 (or 0xF28C69) is known color: Atomic Tangerine. HEX triplet: F2, 8C and 69. RGB value is (242,140,105). Sum of RGB (Red+Green+Blue) = 242+140+105=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 140 (55.08% from 255 or 28.75% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C69 is #0D7396. Grayscale: #A6A6A6. Windows color (decimal): -881559 or 6917362. OLE color: 6917362.

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

Color convert

RGB 242 140 105 -
CMYK 0 0.42 0.57 0.05
HSL 15.33º 0.84% 0.68% -
HSV(B) 15.33º 0.57% 0.95% -
XYZ 48.55 38.65 18.27 -
YUV 166.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 242 140 105 0 0.42 0.57 0.05 15.33 0.84 0.68
Hex F2 8C 69 0 2A 39 5 F 54 44
Octal 362 214 151 0 52 71 5 17 124 104
Binary 11110010 10001100 1101001 0 101010 111001 101 1111 1010100 1000100

Color Harmonies of #F28C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F28C69

Black with #F28C69

Text Example


Text Example

White with #F28C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F28C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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