Html Css Color HEX #F2996C Atomic Tangerine

📋 copy color: '#F2996C'

red 242 ◦ green 153 ◦ blue 108

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

Shades of Atomic Tangerine #F2996C

Tints of Atomic Tangerine #F2996C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.47%

R = 48.11%
G = 30.42%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.05

RGB Variations

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

Color information

#F2996C (or 0xF2996C) is known color: Atomic Tangerine. HEX triplet: F2, 99 and 6C. RGB value is (242,153,108). Sum of RGB (Red+Green+Blue) = 242+153+108=503 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.11% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 242 - color contains mainly: red. Hex color #F2996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2996C is #0D6693. Grayscale: #AEAEAE. Windows color (decimal): -878228 or 7117298. OLE color: 7117298.

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

Color convert

RGB 242 153 108 -
CMYK 0 0.37 0.55 0.05
HSL 20.15º 0.84% 0.69% -
HSV(B) 20.15º 0.55% 0.95% -
XYZ 50.72 42.74 19.76 -
YUV 174.48 90.49 176.16 -
System Red Green Blue C M Y K H S L
Decimal 242 153 108 0 0.37 0.55 0.05 20.15 0.84 0.69
Hex F2 99 6C 0 25 37 5 14 54 45
Octal 362 231 154 0 45 67 5 24 124 105
Binary 11110010 10011001 1101100 0 100101 110111 101 10100 1010100 1000101

Color Harmonies of #F2996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2996C

Black with #F2996C

Text Example


Text Example

White with #F2996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2996C; }

 p { color: rgb(242,153,108); }

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

background-color css

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

 a { background-color: rgb(242,153,108); }

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

border-color css

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

 span { border-color: rgb(242,153,108); }

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