Html Css Color HEX #FD9365 Atomic Tangerine

📋 copy color: '#FD9365'

red 253 ◦ green 147 ◦ blue 101

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

Shades of Atomic Tangerine #FD9365

Tints of Atomic Tangerine #FD9365

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.34%

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

R = 50.5%
G = 29.34%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD9365 (or 0xFD9365) is known color: Atomic Tangerine. HEX triplet: FD, 93 and 65. RGB value is (253,147,101). Sum of RGB (Red+Green+Blue) = 253+147+101=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9365 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9365 is #026C9A. Grayscale: #ADADAD. Windows color (decimal): -158875 or 6657021. OLE color: 6657021.

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

Color convert

RGB 253 147 101 -
CMYK 0 0.42 0.60 0.01
HSL 18.16º 0.97% 0.69% -
HSV(B) 18.16º 0.6% 0.99% -
XYZ 53.29 42.69 17.74 -
YUV 173.45 87.12 184.74 -
System Red Green Blue C M Y K H S L
Decimal 253 147 101 0 0.42 0.60 0.01 18.16 0.97 0.69
Hex FD 93 65 0 2A 3C 1 12 61 45
Octal 375 223 145 0 52 74 1 22 141 105
Binary 11111101 10010011 1100101 0 101010 111100 1 10010 1100001 1000101

Color Harmonies of #FD9365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9365

Black with #FD9365

Text Example


Text Example

White with #FD9365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9365; }

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

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

background-color css

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

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

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

border-color css

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

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

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