Html Css Color HEX #F1966B Atomic Tangerine

📋 copy color: '#F1966B'

red 241 ◦ green 150 ◦ blue 107

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

Shades of Atomic Tangerine #F1966B

Tints of Atomic Tangerine #F1966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.12%

 BLUE value IS 107 (42.19% from 255) = 21.49%

R = 48.39%
G = 30.12%
B = 21.49%

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

#F1966B (or 0xF1966B) is known color: Atomic Tangerine. HEX triplet: F1, 96 and 6B. RGB value is (241,150,107). Sum of RGB (Red+Green+Blue) = 241+150+107=498 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.39% from 498); Green value is 150 (58.98% from 255 or 30.12% from 498); Blue value is 107 (42.19% from 255 or 21.49% from 498); Max value from RGB is 241 - color contains mainly: red. Hex color #F1966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1966B is #0E6994. Grayscale: #ACACAC. Windows color (decimal): -944533 or 7050993. OLE color: 7050993.

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

Color convert

RGB 241 150 107 -
CMYK 0 0.38 0.56 0.05
HSL 19.25º 0.83% 0.68% -
HSV(B) 19.25º 0.56% 0.95% -
XYZ 49.84 41.58 19.31 -
YUV 172.31 91.15 177 -
System Red Green Blue C M Y K H S L
Decimal 241 150 107 0 0.38 0.56 0.05 19.25 0.83 0.68
Hex F1 96 6B 0 26 38 5 13 53 44
Octal 361 226 153 0 46 70 5 23 123 104
Binary 11110001 10010110 1101011 0 100110 111000 101 10011 1010011 1000100

Color Harmonies of #F1966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1966B

Black with #F1966B

Text Example


Text Example

White with #F1966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1966B; }

 p { color: rgb(241,150,107); }

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

background-color css

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

 a { background-color: rgb(241,150,107); }

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

border-color css

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

 span { border-color: rgb(241,150,107); }

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