Html Css Color HEX #FD6C14 Pumpkin

📋 copy color: '#FD6C14'

red 253 ◦ green 108 ◦ blue 20

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

Shades of Pumpkin #FD6C14

Tints of Pumpkin #FD6C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

 BLUE value IS 20 (8.2% from 255) = 5.25%

R = 66.4%
G = 28.35%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD6C14 (or 0xFD6C14) is known color: Pumpkin. HEX triplet: FD, 6C and 14. RGB value is (253,108,20). Sum of RGB (Red+Green+Blue) = 253+108+20=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 20 (8.20% from 255 or 5.25% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6C14 is #0293EB. Grayscale: #8D8D8D. Windows color (decimal): -168940 or 1338621. OLE color: 1338621.

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

Color convert

RGB 253 108 20 -
CMYK 0 0.57 0.92 0.01
HSL 22.66º 0.98% 0.54% -
HSV(B) 22.66º 0.92% 0.99% -
XYZ 46 31.66 4.35 -
YUV 141.32 59.54 207.66 -
System Red Green Blue C M Y K H S L
Decimal 253 108 20 0 0.57 0.92 0.01 22.66 0.98 0.54
Hex FD 6C 14 0 39 5C 1 17 62 36
Octal 375 154 24 0 71 134 1 27 142 66
Binary 11111101 1101100 10100 0 111001 1011100 1 10111 1100010 110110

Color Harmonies of #FD6C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6C14

Black with #FD6C14

Text Example


Text Example

White with #FD6C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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