Html Css Color HEX #F2976D Atomic Tangerine

📋 copy color: '#F2976D'

red 242 ◦ green 151 ◦ blue 109

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

Shades of Atomic Tangerine #F2976D

Tints of Atomic Tangerine #F2976D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.71%

R = 48.21%
G = 30.08%
B = 21.71%

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

#F2976D (or 0xF2976D) is known color: Atomic Tangerine. HEX triplet: F2, 97 and 6D. RGB value is (242,151,109). Sum of RGB (Red+Green+Blue) = 242+151+109=502 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.21% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 242 - color contains mainly: red. Hex color #F2976D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2976D is #0D6892. Grayscale: #ADADAD. Windows color (decimal): -878739 or 7182322. OLE color: 7182322.

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

Color convert

RGB 242 151 109 -
CMYK 0 0.38 0.55 0.05
HSL 18.95º 0.84% 0.69% -
HSV(B) 18.95º 0.55% 0.95% -
XYZ 50.44 42.11 19.94 -
YUV 173.42 91.65 176.92 -
System Red Green Blue C M Y K H S L
Decimal 242 151 109 0 0.38 0.55 0.05 18.95 0.84 0.69
Hex F2 97 6D 0 26 37 5 13 54 45
Octal 362 227 155 0 46 67 5 23 124 105
Binary 11110010 10010111 1101101 0 100110 110111 101 10011 1010100 1000101

Color Harmonies of #F2976D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2976D

Black with #F2976D

Text Example


Text Example

White with #F2976D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2976D; }

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

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

background-color css

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

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

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

border-color css

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

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

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