Html Css Color HEX #F2935F Atomic Tangerine

📋 copy color: '#F2935F'

red 242 ◦ green 147 ◦ blue 95

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

Shades of Atomic Tangerine #F2935F

Tints of Atomic Tangerine #F2935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.37%

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

R = 50%
G = 30.37%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#F2935F (or 0xF2935F) is known color: Atomic Tangerine. HEX triplet: F2, 93 and 5F. RGB value is (242,147,95). Sum of RGB (Red+Green+Blue) = 242+147+95=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 147 (57.81% from 255 or 30.37% from 484); Blue value is 95 (37.5% from 255 or 19.63% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2935F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2935F is #0D6CA0. Grayscale: #A9A9A9. Windows color (decimal): -879777 or 6263794. OLE color: 6263794.

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

Color convert

RGB 242 147 95 -
CMYK 0 0.39 0.61 0.05
HSL 21.22º 0.85% 0.66% -
HSV(B) 21.22º 0.61% 0.95% -
XYZ 49.12 40.57 16.07 -
YUV 169.48 85.97 179.73 -
System Red Green Blue C M Y K H S L
Decimal 242 147 95 0 0.39 0.61 0.05 21.22 0.85 0.66
Hex F2 93 5F 0 27 3D 5 15 55 42
Octal 362 223 137 0 47 75 5 25 125 102
Binary 11110010 10010011 1011111 0 100111 111101 101 10101 1010101 1000010

Color Harmonies of #F2935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2935F

Black with #F2935F

Text Example


Text Example

White with #F2935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2935F; }

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

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

background-color css

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

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

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

border-color css

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

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

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