Html Css Color HEX #FD7313 Pumpkin

📋 copy color: '#FD7313'

red 253 ◦ green 115 ◦ blue 19

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

Shades of Pumpkin #FD7313

Tints of Pumpkin #FD7313

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.72%

 BLUE value IS 19 (7.81% from 255) = 4.91%

R = 65.37%
G = 29.72%
B = 4.91%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FD7313 (or 0xFD7313) is known color: Pumpkin. HEX triplet: FD, 73 and 13. RGB value is (253,115,19). Sum of RGB (Red+Green+Blue) = 253+115+19=387 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.37% from 387); Green value is 115 (45.31% from 255 or 29.72% from 387); Blue value is 19 (7.81% from 255 or 4.91% from 387); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7313 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7313 is #028CEC. Grayscale: #919191. Windows color (decimal): -167149 or 1274877. OLE color: 1274877.

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

Color convert

RGB 253 115 19 -
CMYK 0 0.55 0.92 0.01
HSL 24.62º 0.98% 0.53% -
HSV(B) 24.62º 0.92% 0.99% -
XYZ 46.76 33.19 4.56 -
YUV 145.32 56.72 204.81 -
System Red Green Blue C M Y K H S L
Decimal 253 115 19 0 0.55 0.92 0.01 24.62 0.98 0.53
Hex FD 73 13 0 37 5C 1 19 62 35
Octal 375 163 23 0 67 134 1 31 142 65
Binary 11111101 1110011 10011 0 110111 1011100 1 11001 1100010 110101

Color Harmonies of #FD7313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7313

Black with #FD7313

Text Example


Text Example

White with #FD7313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7313; }

 p { color: rgb(253,115,19); }

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

background-color css

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

 a { background-color: rgb(253,115,19); }

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

border-color css

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

 span { border-color: rgb(253,115,19); }

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