Html Css Color HEX #FF9065 Atomic Tangerine

📋 copy color: '#FF9065'

red 255 ◦ green 144 ◦ blue 101

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

Shades of Atomic Tangerine #FF9065

Tints of Atomic Tangerine #FF9065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 28.8%

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

R = 51%
G = 28.8%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF9065 (or 0xFF9065) is known color: Atomic Tangerine. HEX triplet: FF, 90 and 65. RGB value is (255,144,101). Sum of RGB (Red+Green+Blue) = 255+144+101=500 (66% of max value = 765). Red value is 255 (100% from 255 or 51% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9065 is #006F9A. Grayscale: #ACACAC. Windows color (decimal): -28571 or 6656255. OLE color: 6656255.

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

Color convert

RGB 255 144 101 -
CMYK 0 0.44 0.60 0
HSL 16.75º 1% 0.7% -
HSV(B) 16.75º 0.6% 1% -
XYZ 53.56 42.15 17.62 -
YUV 172.29 87.77 187 -
System Red Green Blue C M Y K H S L
Decimal 255 144 101 0 0.44 0.60 0 16.75 1 0.7
Hex FF 90 65 0 2C 3C 0 11 64 46
Octal 377 220 145 0 54 74 0 21 144 106
Binary 11111111 10010000 1100101 0 101100 111100 0 10001 1100100 1000110

Color Harmonies of #FF9065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9065

Black with #FF9065

Text Example


Text Example

White with #FF9065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9065; }

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

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

background-color css

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

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

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

border-color css

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

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

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