Html Css Color HEX #F5935D Atomic Tangerine

📋 copy color: '#F5935D'

red 245 ◦ green 147 ◦ blue 93

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

Shades of Atomic Tangerine #F5935D

Tints of Atomic Tangerine #F5935D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.18%

R = 50.52%
G = 30.31%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5935D (or 0xF5935D) is known color: Atomic Tangerine. HEX triplet: F5, 93 and 5D. RGB value is (245,147,93). Sum of RGB (Red+Green+Blue) = 245+147+93=485 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.52% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 245 - color contains mainly: red. Hex color #F5935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5935D is #0A6CA2. Grayscale: #AAAAAA. Windows color (decimal): -683171 or 6132725. OLE color: 6132725.

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

Color convert

RGB 245 147 93 -
CMYK 0 0.4 0.62 0.04
HSL 21.32º 0.88% 0.66% -
HSV(B) 21.32º 0.62% 0.96% -
XYZ 50.07 41.07 15.64 -
YUV 170.15 84.47 181.39 -
System Red Green Blue C M Y K H S L
Decimal 245 147 93 0 0.4 0.62 0.04 21.32 0.88 0.66
Hex F5 93 5D 0 28 3E 4 15 58 42
Octal 365 223 135 0 50 76 4 25 130 102
Binary 11110101 10010011 1011101 0 101000 111110 100 10101 1011000 1000010

Color Harmonies of #F5935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5935D

Black with #F5935D

Text Example


Text Example

White with #F5935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5935D; }

 p { color: rgb(245,147,93); }

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

background-color css

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

 a { background-color: rgb(245,147,93); }

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

border-color css

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

 span { border-color: rgb(245,147,93); }

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