Html Css Color HEX #FD6A16 Pumpkin

📋 copy color: '#FD6A16'

red 253 ◦ green 106 ◦ blue 22

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

Shades of Pumpkin #FD6A16

Tints of Pumpkin #FD6A16

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

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

R = 66.4%
G = 27.82%
B = 5.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD6A16 (or 0xFD6A16) is known color: Pumpkin. HEX triplet: FD, 6A and 16. RGB value is (253,106,22). Sum of RGB (Red+Green+Blue) = 253+106+22=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 22 (8.98% from 255 or 5.77% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6A16 is #0295E9. Grayscale: #8C8C8C. Windows color (decimal): -169450 or 1469181. OLE color: 1469181.

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

Color convert

RGB 253 106 22 -
CMYK 0 0.58 0.91 0.01
HSL 21.82º 0.98% 0.54% -
HSV(B) 21.82º 0.91% 0.99% -
XYZ 45.81 31.25 4.38 -
YUV 140.38 61.2 208.33 -
System Red Green Blue C M Y K H S L
Decimal 253 106 22 0 0.58 0.91 0.01 21.82 0.98 0.54
Hex FD 6A 16 0 3A 5B 1 16 62 36
Octal 375 152 26 0 72 133 1 26 142 66
Binary 11111101 1101010 10110 0 111010 1011011 1 10110 1100010 110110

Color Harmonies of #FD6A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6A16

Black with #FD6A16

Text Example


Text Example

White with #FD6A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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