Html Css Color HEX #FD7512 Pumpkin

📋 copy color: '#FD7512'

red 253 ◦ green 117 ◦ blue 18

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

Shades of Pumpkin #FD7512

Tints of Pumpkin #FD7512

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.15%

 BLUE value IS 18 (7.42% from 255) = 4.64%

R = 65.21%
G = 30.15%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FD7512 (or 0xFD7512) is known color: Pumpkin. HEX triplet: FD, 75 and 12. RGB value is (253,117,18). Sum of RGB (Red+Green+Blue) = 253+117+18=388 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.21% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 18 (7.42% from 255 or 4.64% from 388); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7512 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7512 is #028AED. Grayscale: #929292. Windows color (decimal): -166638 or 1209853. OLE color: 1209853.

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

Color convert

RGB 253 117 18 -
CMYK 0 0.54 0.93 0.01
HSL 25.28º 0.98% 0.53% -
HSV(B) 25.28º 0.93% 0.99% -
XYZ 46.98 33.65 4.59 -
YUV 146.38 55.56 204.05 -
System Red Green Blue C M Y K H S L
Decimal 253 117 18 0 0.54 0.93 0.01 25.28 0.98 0.53
Hex FD 75 12 0 36 5D 1 19 62 35
Octal 375 165 22 0 66 135 1 31 142 65
Binary 11111101 1110101 10010 0 110110 1011101 1 11001 1100010 110101

Color Harmonies of #FD7512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7512

Black with #FD7512

Text Example


Text Example

White with #FD7512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7512; }

 p { color: rgb(253,117,18); }

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

background-color css

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

 a { background-color: rgb(253,117,18); }

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

border-color css

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

 span { border-color: rgb(253,117,18); }

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