Html Css Color HEX #FD9A64 Atomic Tangerine

📋 copy color: '#FD9A64'

red 253 ◦ green 154 ◦ blue 100

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

Shades of Atomic Tangerine #FD9A64

Tints of Atomic Tangerine #FD9A64

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.37%

 BLUE value IS 100 (39.45% from 255) = 19.72%

R = 49.9%
G = 30.37%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FD9A64 (or 0xFD9A64) is known color: Atomic Tangerine. HEX triplet: FD, 9A and 64. RGB value is (253,154,100). Sum of RGB (Red+Green+Blue) = 253+154+100=507 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.90% from 507); Green value is 154 (60.55% from 255 or 30.37% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9A64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9A64 is #02659B. Grayscale: #B1B1B1. Windows color (decimal): -157084 or 6593277. OLE color: 6593277.

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

Color convert

RGB 253 154 100 -
CMYK 0 0.39 0.60 0.01
HSL 21.18º 0.97% 0.69% -
HSV(B) 21.18º 0.6% 0.99% -
XYZ 54.36 44.91 17.86 -
YUV 177.45 84.3 181.89 -
System Red Green Blue C M Y K H S L
Decimal 253 154 100 0 0.39 0.60 0.01 21.18 0.97 0.69
Hex FD 9A 64 0 27 3C 1 15 61 45
Octal 375 232 144 0 47 74 1 25 141 105
Binary 11111101 10011010 1100100 0 100111 111100 1 10101 1100001 1000101

Color Harmonies of #FD9A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD9A64

Black with #FD9A64

Text Example


Text Example

White with #FD9A64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD9A64; }

 p { color: rgb(253,154,100); }

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

background-color css

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

 a { background-color: rgb(253,154,100); }

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

border-color css

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

 span { border-color: rgb(253,154,100); }

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