Html Css Color HEX #FF9965 Atomic Tangerine

📋 copy color: '#FF9965'

red 255 ◦ green 153 ◦ blue 101

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

Shades of Atomic Tangerine #FF9965

Tints of Atomic Tangerine #FF9965

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.06%

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

R = 50.1%
G = 30.06%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF9965 (or 0xFF9965) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 65. RGB value is (255,153,101). Sum of RGB (Red+Green+Blue) = 255+153+101=509 (67% of max value = 765). Red value is 255 (100% from 255 or 50.10% from 509); Green value is 153 (60.16% from 255 or 30.06% from 509); Blue value is 101 (39.84% from 255 or 19.84% from 509); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9965 is #00669A. Grayscale: #B1B1B1. Windows color (decimal): -26267 or 6658559. OLE color: 6658559.

HSL color Cylindrical-coordinate representation of color #FF9965: hue angle of 20.26º 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 #FF9965 is Cyan = 0, Magento = 0.4, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 153 101 -
CMYK 0 0.4 0.60 0
HSL 20.26º 1% 0.7% -
HSV(B) 20.26º 0.6% 1% -
XYZ 54.98 44.98 18.1 -
YUV 177.57 84.79 183.23 -
System Red Green Blue C M Y K H S L
Decimal 255 153 101 0 0.4 0.60 0 20.26 1 0.7
Hex FF 99 65 0 28 3C 0 14 64 46
Octal 377 231 145 0 50 74 0 24 144 106
Binary 11111111 10011001 1100101 0 101000 111100 0 10100 1100100 1000110

Color Harmonies of #FF9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9965

Black with #FF9965

Text Example


Text Example

White with #FF9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9965; }

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

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

background-color css

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

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

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

border-color css

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

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

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