Html Css Color HEX #FD7C14 Pumpkin

📋 copy color: '#FD7C14'

red 253 ◦ green 124 ◦ blue 20

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

Shades of Pumpkin #FD7C14

Tints of Pumpkin #FD7C14

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.23%

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

R = 63.73%
G = 31.23%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD7C14 (or 0xFD7C14) is known color: Pumpkin. HEX triplet: FD, 7C and 14. RGB value is (253,124,20). Sum of RGB (Red+Green+Blue) = 253+124+20=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 20 (8.20% from 255 or 5.04% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7C14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7C14 is #0283EB. Grayscale: #979797. Windows color (decimal): -164844 or 1342717. OLE color: 1342717.

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

Color convert

RGB 253 124 20 -
CMYK 0 0.51 0.92 0.01
HSL 26.78º 0.98% 0.54% -
HSV(B) 26.78º 0.92% 0.99% -
XYZ 47.84 35.35 4.96 -
YUV 150.72 54.24 200.96 -
System Red Green Blue C M Y K H S L
Decimal 253 124 20 0 0.51 0.92 0.01 26.78 0.98 0.54
Hex FD 7C 14 0 33 5C 1 1B 62 36
Octal 375 174 24 0 63 134 1 33 142 66
Binary 11111101 1111100 10100 0 110011 1011100 1 11011 1100010 110110

Color Harmonies of #FD7C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7C14

Black with #FD7C14

Text Example


Text Example

White with #FD7C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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