Html Css Color HEX #FD8519 Pumpkin

📋 copy color: '#FD8519'

red 253 ◦ green 133 ◦ blue 25

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

Shades of Pumpkin #FD8519

Tints of Pumpkin #FD8519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

 BLUE value IS 25 (10.16% from 255) = 6.08%

R = 61.56%
G = 32.36%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FD8519 (or 0xFD8519) is known color: Pumpkin. HEX triplet: FD, 85 and 19. RGB value is (253,133,25). Sum of RGB (Red+Green+Blue) = 253+133+25=411 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.56% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8519 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8519 is #027AE6. Grayscale: #9D9D9D. Windows color (decimal): -162535 or 1672701. OLE color: 1672701.

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

Color convert

RGB 253 133 25 -
CMYK 0 0.47 0.90 0.01
HSL 28.42º 0.98% 0.55% -
HSV(B) 28.42º 0.9% 0.99% -
XYZ 49.07 37.73 5.62 -
YUV 156.57 53.76 196.78 -
System Red Green Blue C M Y K H S L
Decimal 253 133 25 0 0.47 0.90 0.01 28.42 0.98 0.55
Hex FD 85 19 0 2F 5A 1 1C 62 37
Octal 375 205 31 0 57 132 1 34 142 67
Binary 11111101 10000101 11001 0 101111 1011010 1 11100 1100010 110111

Color Harmonies of #FD8519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8519

Black with #FD8519

Text Example


Text Example

White with #FD8519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8519; }

 p { color: rgb(253,133,25); }

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

background-color css

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

 a { background-color: rgb(253,133,25); }

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

border-color css

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

 span { border-color: rgb(253,133,25); }

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