Html Css Color HEX #FD945D Atomic Tangerine

📋 copy color: '#FD945D'

red 253 ◦ green 148 ◦ blue 93

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

Shades of Atomic Tangerine #FD945D

Tints of Atomic Tangerine #FD945D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.83%

R = 51.21%
G = 29.96%
B = 18.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FD945D (or 0xFD945D) is known color: Atomic Tangerine. HEX triplet: FD, 94 and 5D. RGB value is (253,148,93). Sum of RGB (Red+Green+Blue) = 253+148+93=494 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.21% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 253 - color contains mainly: red. Hex color #FD945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD945D is #026BA2. Grayscale: #ADADAD. Windows color (decimal): -158627 or 6132989. OLE color: 6132989.

HSL color Cylindrical-coordinate representation of color #FD945D: hue angle of 20.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FD945D is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 148 93 -
CMYK 0 0.42 0.63 0.01
HSL 20.63º 0.98% 0.68% -
HSV(B) 20.63º 0.63% 0.99% -
XYZ 53.07 42.85 15.83 -
YUV 173.13 82.79 184.97 -
System Red Green Blue C M Y K H S L
Decimal 253 148 93 0 0.42 0.63 0.01 20.63 0.98 0.68
Hex FD 94 5D 0 2A 3F 1 15 62 44
Octal 375 224 135 0 52 77 1 25 142 104
Binary 11111101 10010100 1011101 0 101010 111111 1 10101 1100010 1000100

Color Harmonies of #FD945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD945D

Black with #FD945D

Text Example


Text Example

White with #FD945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD945D; }

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

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

background-color css

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

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

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

border-color css

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

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

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