Html Css Color HEX #FF965F Atomic Tangerine

📋 copy color: '#FF965F'

red 255 ◦ green 150 ◦ blue 95

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

Shades of Atomic Tangerine #FF965F

Tints of Atomic Tangerine #FF965F

RGB

 RED value IS 255 (100% from 255) = 51%

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

 BLUE value IS 95 (37.5% from 255) = 19%

R = 51%
G = 30%
B = 19%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF965F (or 0xFF965F) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 5F. RGB value is (255,150,95). Sum of RGB (Red+Green+Blue) = 255+150+95=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 150 (58.98% from 255 or 30% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF965F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF965F is #0069A0. Grayscale: #AFAFAF. Windows color (decimal): -27041 or 6264575. OLE color: 6264575.

HSL color Cylindrical-coordinate representation of color #FF965F: hue angle of 20.62º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FF965F is Cyan = 0, Magento = 0.41, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB 255 150 95 -
CMYK 0 0.41 0.63 0
HSL 20.63º 1% 0.69% -
HSV(B) 20.63º 0.63% 1% -
XYZ 54.21 43.9 16.44 -
YUV 175.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 255 150 95 0 0.41 0.63 0 20.63 1 0.69
Hex FF 96 5F 0 29 3F 0 15 64 45
Octal 377 226 137 0 51 77 0 25 144 105
Binary 11111111 10010110 1011111 0 101001 111111 0 10101 1100100 1000101

Color Harmonies of #FF965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF965F

Black with #FF965F

Text Example


Text Example

White with #FF965F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF965F; }

 p { color: rgb(255,150,95); }

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

background-color css

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

 a { background-color: rgb(255,150,95); }

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

border-color css

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

 span { border-color: rgb(255,150,95); }

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