Html Css Color HEX #F1976A Atomic Tangerine

📋 copy color: '#F1976A'

red 241 ◦ green 151 ◦ blue 106

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

Shades of Atomic Tangerine #F1976A

Tints of Atomic Tangerine #F1976A

RGB

 RED value IS 241 (94.53% from 255) = 48.39%

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

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

R = 48.39%
G = 30.32%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#F1976A (or 0xF1976A) is known color: Atomic Tangerine. HEX triplet: F1, 97 and 6A. RGB value is (241,151,106). Sum of RGB (Red+Green+Blue) = 241+151+106=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 151 (59.38% from 255 or 30.32% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1976A is #0E6895. Grayscale: #ADADAD. Windows color (decimal): -944278 or 6985713. OLE color: 6985713.

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

Color convert

RGB 241 151 106 -
CMYK 0 0.37 0.56 0.05
HSL 20º 0.83% 0.68% -
HSV(B) 20º 0.56% 0.95% -
XYZ 49.94 41.87 19.09 -
YUV 172.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 241 151 106 0 0.37 0.56 0.05 20 0.83 0.68
Hex F1 97 6A 0 25 38 5 14 53 44
Octal 361 227 152 0 45 70 5 24 123 104
Binary 11110001 10010111 1101010 0 100101 111000 101 10100 1010011 1000100

Color Harmonies of #F1976A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1976A

Black with #F1976A

Text Example


Text Example

White with #F1976A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1976A; }

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

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

background-color css

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

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

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

border-color css

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

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

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