Html Css Color HEX #F2965F Atomic Tangerine

📋 copy color: '#F2965F'

red 242 ◦ green 150 ◦ blue 95

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

Shades of Atomic Tangerine #F2965F

Tints of Atomic Tangerine #F2965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 30.8%

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

R = 49.69%
G = 30.8%
B = 19.51%

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

#F2965F (or 0xF2965F) is known color: Atomic Tangerine. HEX triplet: F2, 96 and 5F. RGB value is (242,150,95). Sum of RGB (Red+Green+Blue) = 242+150+95=487 (64% of max value = 765). Red value is 242 (94.92% from 255 or 49.69% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 95 (37.5% from 255 or 19.51% from 487); Max value from RGB is 242 - color contains mainly: red. Hex color #F2965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2965F is #0D69A0. Grayscale: #ABABAB. Windows color (decimal): -879009 or 6264562. OLE color: 6264562.

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

Color convert

RGB 242 150 95 -
CMYK 0 0.38 0.61 0.05
HSL 22.45º 0.85% 0.66% -
HSV(B) 22.45º 0.61% 0.95% -
XYZ 49.59 41.52 16.23 -
YUV 171.24 84.98 178.47 -
System Red Green Blue C M Y K H S L
Decimal 242 150 95 0 0.38 0.61 0.05 22.45 0.85 0.66
Hex F2 96 5F 0 26 3D 5 16 55 42
Octal 362 226 137 0 46 75 5 26 125 102
Binary 11110010 10010110 1011111 0 100110 111101 101 10110 1010101 1000010

Color Harmonies of #F2965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2965F

Black with #F2965F

Text Example


Text Example

White with #F2965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2965F; }

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

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

background-color css

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

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

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

border-color css

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

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

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