Html Css Color HEX #F6965D Atomic Tangerine

📋 copy color: '#F6965D'

red 246 ◦ green 150 ◦ blue 93

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

Shades of Atomic Tangerine #F6965D

Tints of Atomic Tangerine #F6965D

RGB

 RED value IS 246 (96.48% from 255) = 50.31%

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

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

R = 50.31%
G = 30.67%
B = 19.02%

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

#F6965D (or 0xF6965D) is known color: Atomic Tangerine. HEX triplet: F6, 96 and 5D. RGB value is (246,150,93). Sum of RGB (Red+Green+Blue) = 246+150+93=489 (64% of max value = 765). Red value is 246 (96.48% from 255 or 50.31% from 489); Green value is 150 (58.98% from 255 or 30.67% from 489); Blue value is 93 (36.72% from 255 or 19.02% from 489); Max value from RGB is 246 - color contains mainly: red. Hex color #F6965D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6965D is #0969A2. Grayscale: #ACACAC. Windows color (decimal): -616867 or 6133494. OLE color: 6133494.

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

Color convert

RGB 246 150 93 -
CMYK 0 0.39 0.62 0.04
HSL 22.35º 0.89% 0.66% -
HSV(B) 22.35º 0.62% 0.96% -
XYZ 50.89 42.2 15.82 -
YUV 172.21 83.3 180.63 -
System Red Green Blue C M Y K H S L
Decimal 246 150 93 0 0.39 0.62 0.04 22.35 0.89 0.66
Hex F6 96 5D 0 27 3E 4 16 59 42
Octal 366 226 135 0 47 76 4 26 131 102
Binary 11110110 10010110 1011101 0 100111 111110 100 10110 1011001 1000010

Color Harmonies of #F6965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6965D

Black with #F6965D

Text Example


Text Example

White with #F6965D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6965D; }

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

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

background-color css

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

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

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

border-color css

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

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

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