Html Css Color HEX #F5965C Atomic Tangerine

📋 copy color: '#F5965C'

red 245 ◦ green 150 ◦ blue 92

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

Shades of Atomic Tangerine #F5965C

Tints of Atomic Tangerine #F5965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.89%

R = 50.31%
G = 30.8%
B = 18.89%

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

#F5965C (or 0xF5965C) is known color: Atomic Tangerine. HEX triplet: F5, 96 and 5C. RGB value is (245,150,92). Sum of RGB (Red+Green+Blue) = 245+150+92=487 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.31% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 245 - color contains mainly: red. Hex color #F5965C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5965C is #0A69A3. Grayscale: #ACACAC. Windows color (decimal): -682404 or 6067957. OLE color: 6067957.

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

Color convert

RGB 245 150 92 -
CMYK 0 0.39 0.62 0.04
HSL 22.75º 0.88% 0.66% -
HSV(B) 22.75º 0.62% 0.96% -
XYZ 50.49 42 15.57 -
YUV 171.79 82.97 180.22 -
System Red Green Blue C M Y K H S L
Decimal 245 150 92 0 0.39 0.62 0.04 22.75 0.88 0.66
Hex F5 96 5C 0 27 3E 4 17 58 42
Octal 365 226 134 0 47 76 4 27 130 102
Binary 11110101 10010110 1011100 0 100111 111110 100 10111 1011000 1000010

Color Harmonies of #F5965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5965C

Black with #F5965C

Text Example


Text Example

White with #F5965C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5965C; }

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

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

background-color css

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

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

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

border-color css

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

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

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