Html Css Color HEX #F2955F Atomic Tangerine

📋 copy color: '#F2955F'

red 242 ◦ green 149 ◦ blue 95

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

Shades of Atomic Tangerine #F2955F

Tints of Atomic Tangerine #F2955F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 19.55%

R = 49.79%
G = 30.66%
B = 19.55%

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

#F2955F (or 0xF2955F) is known color: Atomic Tangerine. HEX triplet: F2, 95 and 5F. RGB value is (242,149,95). Sum of RGB (Red+Green+Blue) = 242+149+95=486 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.79% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 242 - color contains mainly: red. Hex color #F2955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2955F is #0D6AA0. Grayscale: #AAAAAA. Windows color (decimal): -879265 or 6264306. OLE color: 6264306.

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

Color convert

RGB 242 149 95 -
CMYK 0 0.38 0.61 0.05
HSL 22.04º 0.85% 0.66% -
HSV(B) 22.04º 0.61% 0.95% -
XYZ 49.43 41.2 16.17 -
YUV 170.65 85.31 178.89 -
System Red Green Blue C M Y K H S L
Decimal 242 149 95 0 0.38 0.61 0.05 22.04 0.85 0.66
Hex F2 95 5F 0 26 3D 5 16 55 42
Octal 362 225 137 0 46 75 5 26 125 102
Binary 11110010 10010101 1011111 0 100110 111101 101 10110 1010101 1000010

Color Harmonies of #F2955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2955F

Black with #F2955F

Text Example


Text Example

White with #F2955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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