Html Css Color HEX #F5965D Atomic Tangerine

📋 copy color: '#F5965D'

red 245 ◦ green 150 ◦ blue 93

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

Shades of Atomic Tangerine #F5965D

Tints of Atomic Tangerine #F5965D

RGB

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

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

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

R = 50.2%
G = 30.74%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#F5965D (or 0xF5965D) is known color: Atomic Tangerine. HEX triplet: F5, 96 and 5D. RGB value is (245,150,93). Sum of RGB (Red+Green+Blue) = 245+150+93=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 150 (58.98% from 255 or 30.74% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5965D is #0A69A2. Grayscale: #ACACAC. Windows color (decimal): -682403 or 6133493. OLE color: 6133493.

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

Color convert

RGB 245 150 93 -
CMYK 0 0.39 0.62 0.04
HSL 22.5º 0.88% 0.66% -
HSV(B) 22.5º 0.62% 0.96% -
XYZ 50.54 42.02 15.8 -
YUV 171.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 245 150 93 0 0.39 0.62 0.04 22.5 0.88 0.66
Hex F5 96 5D 0 27 3E 4 16 58 42
Octal 365 226 135 0 47 76 4 26 130 102
Binary 11110101 10010110 1011101 0 100111 111110 100 10110 1011000 1000010

Color Harmonies of #F5965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5965D

Black with #F5965D

Text Example


Text Example

White with #F5965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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