Html Css Color HEX #FD9465 Atomic Tangerine

📋 copy color: '#FD9465'

red 253 ◦ green 148 ◦ blue 101

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

Shades of Atomic Tangerine #FD9465

Tints of Atomic Tangerine #FD9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.48%

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

R = 50.4%
G = 29.48%
B = 20.12%

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

#FD9465 (or 0xFD9465) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 65. RGB value is (253,148,101). Sum of RGB (Red+Green+Blue) = 253+148+101=502 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.40% from 502); Green value is 148 (58.20% from 255 or 29.48% from 502); Blue value is 101 (39.84% from 255 or 20.12% from 502); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9465 is #026B9A. Grayscale: #AEAEAE. Windows color (decimal): -158619 or 6657277. OLE color: 6657277.

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

Color convert

RGB 253 148 101 -
CMYK 0 0.42 0.60 0.01
HSL 18.55º 0.97% 0.69% -
HSV(B) 18.55º 0.6% 0.99% -
XYZ 53.45 43 17.8 -
YUV 174.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 253 148 101 0 0.42 0.60 0.01 18.55 0.97 0.69
Hex FD 94 65 0 2A 3C 1 13 61 45
Octal 375 224 145 0 52 74 1 23 141 105
Binary 11111101 10010100 1100101 0 101010 111100 1 10011 1100001 1000101

Color Harmonies of #FD9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9465

Black with #FD9465

Text Example


Text Example

White with #FD9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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