Html Css Color HEX #F1955F Atomic Tangerine

📋 copy color: '#F1955F'

red 241 ◦ green 149 ◦ blue 95

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

Shades of Atomic Tangerine #F1955F

Tints of Atomic Tangerine #F1955F

RGB

 RED value IS 241 (94.53% from 255) = 49.69%

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

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

R = 49.69%
G = 30.72%
B = 19.59%

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

#F1955F (or 0xF1955F) is known color: Atomic Tangerine. HEX triplet: F1, 95 and 5F. RGB value is (241,149,95). Sum of RGB (Red+Green+Blue) = 241+149+95=485 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.69% from 485); Green value is 149 (58.59% from 255 or 30.72% from 485); Blue value is 95 (37.5% from 255 or 19.59% from 485); Max value from RGB is 241 - color contains mainly: red. Hex color #F1955F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1955F is #0E6AA0. Grayscale: #AAAAAA. Windows color (decimal): -944801 or 6264305. OLE color: 6264305.

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

Color convert

RGB 241 149 95 -
CMYK 0 0.38 0.61 0.05
HSL 22.19º 0.84% 0.66% -
HSV(B) 22.19º 0.61% 0.95% -
XYZ 49.09 41.02 16.16 -
YUV 170.35 85.48 178.39 -
System Red Green Blue C M Y K H S L
Decimal 241 149 95 0 0.38 0.61 0.05 22.19 0.84 0.66
Hex F1 95 5F 0 26 3D 5 16 54 42
Octal 361 225 137 0 46 75 5 26 124 102
Binary 11110001 10010101 1011111 0 100110 111101 101 10110 1010100 1000010

Color Harmonies of #F1955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1955F

Black with #F1955F

Text Example


Text Example

White with #F1955F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1955F; }

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

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

background-color css

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

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

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

border-color css

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

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

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