Html Css Color HEX #FD7315 Pumpkin

📋 copy color: '#FD7315'

red 253 ◦ green 115 ◦ blue 21

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

Shades of Pumpkin #FD7315

Tints of Pumpkin #FD7315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.4%

R = 65.04%
G = 29.56%
B = 5.4%

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

#FD7315 (or 0xFD7315) is known color: Pumpkin. HEX triplet: FD, 73 and 15. RGB value is (253,115,21). Sum of RGB (Red+Green+Blue) = 253+115+21=389 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.04% from 389); Green value is 115 (45.31% from 255 or 29.56% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7315 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7315 is #028CEA. Grayscale: #929292. Windows color (decimal): -167147 or 1405949. OLE color: 1405949.

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

Color convert

RGB 253 115 21 -
CMYK 0 0.55 0.92 0.01
HSL 24.31º 0.98% 0.54% -
HSV(B) 24.31º 0.92% 0.99% -
XYZ 46.77 33.2 4.65 -
YUV 145.55 57.72 204.64 -
System Red Green Blue C M Y K H S L
Decimal 253 115 21 0 0.55 0.92 0.01 24.31 0.98 0.54
Hex FD 73 15 0 37 5C 1 18 62 36
Octal 375 163 25 0 67 134 1 30 142 66
Binary 11111101 1110011 10101 0 110111 1011100 1 11000 1100010 110110

Color Harmonies of #FD7315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7315

Black with #FD7315

Text Example


Text Example

White with #FD7315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7315; }

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

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

background-color css

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

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

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

border-color css

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

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

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