Html Css Color HEX #FD9065 Atomic Tangerine

📋 copy color: '#FD9065'

red 253 ◦ green 144 ◦ blue 101

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

Shades of Atomic Tangerine #FD9065

Tints of Atomic Tangerine #FD9065

RGB

 RED value IS 253 (99.22% from 255) = 50.8%

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

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

R = 50.8%
G = 28.92%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD9065 (or 0xFD9065) is known color: Atomic Tangerine. HEX triplet: FD, 90 and 65. RGB value is (253,144,101). Sum of RGB (Red+Green+Blue) = 253+144+101=498 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.80% from 498); Green value is 144 (56.64% from 255 or 28.92% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9065 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9065 is #026F9A. Grayscale: #ABABAB. Windows color (decimal): -159643 or 6656253. OLE color: 6656253.

HSL color Cylindrical-coordinate representation of color #FD9065: hue angle of 16.97º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FD9065 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 144 101 -
CMYK 0 0.43 0.60 0.01
HSL 16.97º 0.97% 0.69% -
HSV(B) 16.97º 0.6% 0.99% -
XYZ 52.83 41.77 17.59 -
YUV 171.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 253 144 101 0 0.43 0.60 0.01 16.97 0.97 0.69
Hex FD 90 65 0 2B 3C 1 11 61 45
Octal 375 220 145 0 53 74 1 21 141 105
Binary 11111101 10010000 1100101 0 101011 111100 1 10001 1100001 1000101

Color Harmonies of #FD9065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9065

Black with #FD9065

Text Example


Text Example

White with #FD9065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9065; }

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

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

background-color css

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

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

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

border-color css

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

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

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