Html Css Color HEX #F5955A Atomic Tangerine

📋 copy color: '#F5955A'

red 245 ◦ green 149 ◦ blue 90

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

Shades of Atomic Tangerine #F5955A

Tints of Atomic Tangerine #F5955A

RGB

 RED value IS 245 (96.09% from 255) = 50.62%

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

 BLUE value IS 90 (35.55% from 255) = 18.6%

R = 50.62%
G = 30.79%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#F5955A (or 0xF5955A) is known color: Atomic Tangerine. HEX triplet: F5, 95 and 5A. RGB value is (245,149,90). Sum of RGB (Red+Green+Blue) = 245+149+90=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F5955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5955A is #0A6AA5. Grayscale: #ABABAB. Windows color (decimal): -682662 or 5936629. OLE color: 5936629.

HSL color Cylindrical-coordinate representation of color #F5955A: hue angle of 22.84º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F5955A is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 149 90 -
CMYK 0 0.39 0.63 0.04
HSL 22.84º 0.89% 0.66% -
HSV(B) 22.84º 0.63% 0.96% -
XYZ 50.25 41.65 15.06 -
YUV 170.98 82.3 180.8 -
System Red Green Blue C M Y K H S L
Decimal 245 149 90 0 0.39 0.63 0.04 22.84 0.89 0.66
Hex F5 95 5A 0 27 3F 4 17 59 42
Octal 365 225 132 0 47 77 4 27 131 102
Binary 11110101 10010101 1011010 0 100111 111111 100 10111 1011001 1000010

Color Harmonies of #F5955A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5955A

Black with #F5955A

Text Example


Text Example

White with #F5955A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5955A; }

 p { color: rgb(245,149,90); }

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

background-color css

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

 a { background-color: rgb(245,149,90); }

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

border-color css

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

 span { border-color: rgb(245,149,90); }

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