Html Css Color HEX #F2996D Atomic Tangerine

📋 copy color: '#F2996D'

red 242 ◦ green 153 ◦ blue 109

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

Shades of Atomic Tangerine #F2996D

Tints of Atomic Tangerine #F2996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 48.02%
G = 30.36%
B = 21.63%

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

#F2996D (or 0xF2996D) is known color: Atomic Tangerine. HEX triplet: F2, 99 and 6D. RGB value is (242,153,109). Sum of RGB (Red+Green+Blue) = 242+153+109=504 (66% of max value = 765). Red value is 242 (94.92% from 255 or 48.02% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 242 - color contains mainly: red. Hex color #F2996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2996D is #0D6692. Grayscale: #AEAEAE. Windows color (decimal): -878227 or 7182834. OLE color: 7182834.

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

Color convert

RGB 242 153 109 -
CMYK 0 0.37 0.55 0.05
HSL 19.85º 0.84% 0.69% -
HSV(B) 19.85º 0.55% 0.95% -
XYZ 50.77 42.76 20.05 -
YUV 174.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 242 153 109 0 0.37 0.55 0.05 19.85 0.84 0.69
Hex F2 99 6D 0 25 37 5 14 54 45
Octal 362 231 155 0 45 67 5 24 124 105
Binary 11110010 10011001 1101101 0 100101 110111 101 10100 1010100 1000101

Color Harmonies of #F2996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2996D

Black with #F2996D

Text Example


Text Example

White with #F2996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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