Html Css Color HEX #FD966D Atomic Tangerine

📋 copy color: '#FD966D'

red 253 ◦ green 150 ◦ blue 109

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

Shades of Atomic Tangerine #FD966D

Tints of Atomic Tangerine #FD966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.3%

 BLUE value IS 109 (42.97% from 255) = 21.29%

R = 49.41%
G = 29.3%
B = 21.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD966D (or 0xFD966D) is known color: Atomic Tangerine. HEX triplet: FD, 96 and 6D. RGB value is (253,150,109). Sum of RGB (Red+Green+Blue) = 253+150+109=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 109 (42.97% from 255 or 21.29% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD966D is #026992. Grayscale: #B0B0B0. Windows color (decimal): -158099 or 7182077. OLE color: 7182077.

HSL color Cylindrical-coordinate representation of color #FD966D: hue angle of 17.08º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD966D is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 150 109 -
CMYK 0 0.41 0.57 0.01
HSL 17.08º 0.97% 0.71% -
HSV(B) 17.08º 0.57% 0.99% -
XYZ 54.17 43.8 20.07 -
YUV 176.12 90.12 182.83 -
System Red Green Blue C M Y K H S L
Decimal 253 150 109 0 0.41 0.57 0.01 17.08 0.97 0.71
Hex FD 96 6D 0 29 39 1 11 61 47
Octal 375 226 155 0 51 71 1 21 141 107
Binary 11111101 10010110 1101101 0 101001 111001 1 10001 1100001 1000111

Color Harmonies of #FD966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD966D

Black with #FD966D

Text Example


Text Example

White with #FD966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD966D; }

 p { color: rgb(253,150,109); }

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

background-color css

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

 a { background-color: rgb(253,150,109); }

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

border-color css

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

 span { border-color: rgb(253,150,109); }

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