Html Css Color HEX #F2976C Atomic Tangerine

📋 copy color: '#F2976C'

red 242 ◦ green 151 ◦ blue 108

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

Shades of Atomic Tangerine #F2976C

Tints of Atomic Tangerine #F2976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.14%

 BLUE value IS 108 (42.58% from 255) = 21.56%

R = 48.3%
G = 30.14%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2976C (or 0xF2976C) is known color: Atomic Tangerine. HEX triplet: F2, 97 and 6C. RGB value is (242,151,108). Sum of RGB (Red+Green+Blue) = 242+151+108=501 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.30% from 501); Green value is 151 (59.38% from 255 or 30.14% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 242 - color contains mainly: red. Hex color #F2976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2976C is #0D6893. Grayscale: #ADADAD. Windows color (decimal): -878740 or 7116786. OLE color: 7116786.

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

Color convert

RGB 242 151 108 -
CMYK 0 0.38 0.55 0.05
HSL 19.25º 0.84% 0.69% -
HSV(B) 19.25º 0.55% 0.95% -
XYZ 50.39 42.09 19.66 -
YUV 173.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 242 151 108 0 0.38 0.55 0.05 19.25 0.84 0.69
Hex F2 97 6C 0 26 37 5 13 54 45
Octal 362 227 154 0 46 67 5 23 124 105
Binary 11110010 10010111 1101100 0 100110 110111 101 10011 1010100 1000101

Color Harmonies of #F2976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2976C

Black with #F2976C

Text Example


Text Example

White with #F2976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2976C; }

 p { color: rgb(242,151,108); }

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

background-color css

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

 a { background-color: rgb(242,151,108); }

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

border-color css

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

 span { border-color: rgb(242,151,108); }

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