Html Css Color HEX #F0996B Atomic Tangerine

📋 copy color: '#F0996B'

red 240 ◦ green 153 ◦ blue 107

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

Shades of Atomic Tangerine #F0996B

Tints of Atomic Tangerine #F0996B

RGB

 RED value IS 240 (94.14% from 255) = 48%

 GREEN value IS 153 (60.16% from 255) = 30.6%

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

R = 48%
G = 30.6%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#F0996B (or 0xF0996B) is known color: Atomic Tangerine. HEX triplet: F0, 99 and 6B. RGB value is (240,153,107). Sum of RGB (Red+Green+Blue) = 240+153+107=500 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48% from 500); Green value is 153 (60.16% from 255 or 30.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 240 - color contains mainly: red. Hex color #F0996B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0996B is #0F6694. Grayscale: #AEAEAE. Windows color (decimal): -1009301 or 7051760. OLE color: 7051760.

HSL color Cylindrical-coordinate representation of color #F0996B: hue angle of 20.75º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F0996B is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 153 107 -
CMYK 0 0.36 0.55 0.06
HSL 20.75º 0.82% 0.68% -
HSV(B) 20.75º 0.55% 0.94% -
XYZ 49.98 42.37 19.45 -
YUV 173.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 240 153 107 0 0.36 0.55 0.06 20.75 0.82 0.68
Hex F0 99 6B 0 24 37 6 15 52 44
Octal 360 231 153 0 44 67 6 25 122 104
Binary 11110000 10011001 1101011 0 100100 110111 110 10101 1010010 1000100

Color Harmonies of #F0996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0996B

Black with #F0996B

Text Example


Text Example

White with #F0996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0996B; }

 p { color: rgb(240,153,107); }

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

background-color css

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

 a { background-color: rgb(240,153,107); }

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

border-color css

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

 span { border-color: rgb(240,153,107); }

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