Html Css Color HEX #FF9565 Atomic Tangerine

📋 copy color: '#FF9565'

red 255 ◦ green 149 ◦ blue 101

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

Shades of Atomic Tangerine #FF9565

Tints of Atomic Tangerine #FF9565

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.5%

 BLUE value IS 101 (39.84% from 255) = 20%

R = 50.5%
G = 29.5%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF9565 (or 0xFF9565) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 65. RGB value is (255,149,101). Sum of RGB (Red+Green+Blue) = 255+149+101=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9565 is #006A9A. Grayscale: #AFAFAF. Windows color (decimal): -27291 or 6657535. OLE color: 6657535.

HSL color Cylindrical-coordinate representation of color #FF9565: hue angle of 18.7º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FF9565 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 149 101 -
CMYK 0 0.42 0.60 0
HSL 18.7º 1% 0.7% -
HSV(B) 18.7º 0.6% 1% -
XYZ 54.34 43.69 17.88 -
YUV 175.22 86.12 184.9 -
System Red Green Blue C M Y K H S L
Decimal 255 149 101 0 0.42 0.60 0 18.7 1 0.7
Hex FF 95 65 0 2A 3C 0 13 64 46
Octal 377 225 145 0 52 74 0 23 144 106
Binary 11111111 10010101 1100101 0 101010 111100 0 10011 1100100 1000110

Color Harmonies of #FF9565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9565

Black with #FF9565

Text Example


Text Example

White with #FF9565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9565; }

 p { color: rgb(255,149,101); }

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

background-color css

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

 a { background-color: rgb(255,149,101); }

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

border-color css

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

 span { border-color: rgb(255,149,101); }

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