Html Css Color HEX #F2976A Atomic Tangerine

📋 copy color: '#F2976A'

red 242 ◦ green 151 ◦ blue 106

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

Shades of Atomic Tangerine #F2976A

Tints of Atomic Tangerine #F2976A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.24%

R = 48.5%
G = 30.26%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F2976A (or 0xF2976A) is known color: Atomic Tangerine. HEX triplet: F2, 97 and 6A. RGB value is (242,151,106). Sum of RGB (Red+Green+Blue) = 242+151+106=499 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.50% from 499); Green value is 151 (59.38% from 255 or 30.26% from 499); Blue value is 106 (41.80% from 255 or 21.24% from 499); Max value from RGB is 242 - color contains mainly: red. Hex color #F2976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2976A is #0D6895. Grayscale: #ADADAD. Windows color (decimal): -878742 or 6985714. OLE color: 6985714.

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

Color convert

RGB 242 151 106 -
CMYK 0 0.38 0.56 0.05
HSL 19.85º 0.84% 0.68% -
HSV(B) 19.85º 0.56% 0.95% -
XYZ 50.29 42.05 19.1 -
YUV 173.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 242 151 106 0 0.38 0.56 0.05 19.85 0.84 0.68
Hex F2 97 6A 0 26 38 5 14 54 44
Octal 362 227 152 0 46 70 5 24 124 104
Binary 11110010 10010111 1101010 0 100110 111000 101 10100 1010100 1000100

Color Harmonies of #F2976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2976A

Black with #F2976A

Text Example


Text Example

White with #F2976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2976A; }

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

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

background-color css

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

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

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

border-color css

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

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

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