Html Css Color HEX #FD976C Atomic Tangerine

📋 copy color: '#FD976C'

red 253 ◦ green 151 ◦ blue 108

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

Shades of Atomic Tangerine #FD976C

Tints of Atomic Tangerine #FD976C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.49%

 BLUE value IS 108 (42.58% from 255) = 21.09%

R = 49.41%
G = 29.49%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FD976C (or 0xFD976C) is known color: Atomic Tangerine. HEX triplet: FD, 97 and 6C. RGB value is (253,151,108). Sum of RGB (Red+Green+Blue) = 253+151+108=512 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.41% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 108 (42.58% from 255 or 21.09% from 512); Max value from RGB is 253 - color contains mainly: red. Hex color #FD976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD976C is #026893. Grayscale: #B0B0B0. Windows color (decimal): -157844 or 7116797. OLE color: 7116797.

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

Color convert

RGB 253 151 108 -
CMYK 0 0.40 0.57 0.01
HSL 17.79º 0.97% 0.71% -
HSV(B) 17.79º 0.57% 0.99% -
XYZ 54.28 44.1 19.84 -
YUV 176.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 253 151 108 0 0.40 0.57 0.01 17.79 0.97 0.71
Hex FD 97 6C 0 28 39 1 12 61 47
Octal 375 227 154 0 50 71 1 22 141 107
Binary 11111101 10010111 1101100 0 101000 111001 1 10010 1100001 1000111

Color Harmonies of #FD976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD976C

Black with #FD976C

Text Example


Text Example

White with #FD976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD976C; }

 p { color: rgb(253,151,108); }

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

background-color css

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

 a { background-color: rgb(253,151,108); }

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

border-color css

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

 span { border-color: rgb(253,151,108); }

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