Html Css Color HEX #FD6D16 Pumpkin

📋 copy color: '#FD6D16'

red 253 ◦ green 109 ◦ blue 22

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

Shades of Pumpkin #FD6D16

Tints of Pumpkin #FD6D16

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.39%

 BLUE value IS 22 (8.98% from 255) = 5.73%

R = 65.89%
G = 28.39%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD6D16 (or 0xFD6D16) is known color: Pumpkin. HEX triplet: FD, 6D and 16. RGB value is (253,109,22). Sum of RGB (Red+Green+Blue) = 253+109+22=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 22 (8.98% from 255 or 5.73% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6D16 is #0292E9. Grayscale: #8E8E8E. Windows color (decimal): -168682 or 1469949. OLE color: 1469949.

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

Color convert

RGB 253 109 22 -
CMYK 0 0.57 0.91 0.01
HSL 22.6º 0.98% 0.54% -
HSV(B) 22.6º 0.91% 0.99% -
XYZ 46.12 31.88 4.48 -
YUV 142.14 60.21 207.07 -
System Red Green Blue C M Y K H S L
Decimal 253 109 22 0 0.57 0.91 0.01 22.6 0.98 0.54
Hex FD 6D 16 0 39 5B 1 17 62 36
Octal 375 155 26 0 71 133 1 27 142 66
Binary 11111101 1101101 10110 0 111001 1011011 1 10111 1100010 110110

Color Harmonies of #FD6D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D16

Black with #FD6D16

Text Example


Text Example

White with #FD6D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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