Html Css Color HEX #F2955E Atomic Tangerine

📋 copy color: '#F2955E'

red 242 ◦ green 149 ◦ blue 94

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

Shades of Atomic Tangerine #F2955E

Tints of Atomic Tangerine #F2955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 30.72%

 BLUE value IS 94 (37.11% from 255) = 19.38%

R = 49.9%
G = 30.72%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2955E (or 0xF2955E) is known color: Atomic Tangerine. HEX triplet: F2, 95 and 5E. RGB value is (242,149,94). Sum of RGB (Red+Green+Blue) = 242+149+94=485 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.90% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 94 (37.11% from 255 or 19.38% from 485); Max value from RGB is 242 - color contains mainly: red. Hex color #F2955E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2955E is #0D6AA1. Grayscale: #AAAAAA. Windows color (decimal): -879266 or 6198770. OLE color: 6198770.

HSL color Cylindrical-coordinate representation of color #F2955E: hue angle of 22.3º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #F2955E is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 149 94 -
CMYK 0 0.38 0.61 0.05
HSL 22.3º 0.85% 0.66% -
HSV(B) 22.3º 0.61% 0.95% -
XYZ 49.39 41.18 15.94 -
YUV 170.54 84.81 178.97 -
System Red Green Blue C M Y K H S L
Decimal 242 149 94 0 0.38 0.61 0.05 22.3 0.85 0.66
Hex F2 95 5E 0 26 3D 5 16 55 42
Octal 362 225 136 0 46 75 5 26 125 102
Binary 11110010 10010101 1011110 0 100110 111101 101 10110 1010101 1000010

Color Harmonies of #F2955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2955E

Black with #F2955E

Text Example


Text Example

White with #F2955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2955E; }

 p { color: rgb(242,149,94); }

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

background-color css

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

 a { background-color: rgb(242,149,94); }

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

border-color css

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

 span { border-color: rgb(242,149,94); }

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