Html Css Color HEX #FD8518 Pumpkin

📋 copy color: '#FD8518'

red 253 ◦ green 133 ◦ blue 24

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

Shades of Pumpkin #FD8518

Tints of Pumpkin #FD8518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.85%

R = 61.71%
G = 32.44%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD8518 (or 0xFD8518) is known color: Pumpkin. HEX triplet: FD, 85 and 18. RGB value is (253,133,24). Sum of RGB (Red+Green+Blue) = 253+133+24=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8518 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FD8518 is #027AE7. Grayscale: #9D9D9D. Windows color (decimal): -162536 or 1607165. OLE color: 1607165.

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

Color convert

RGB 253 133 24 -
CMYK 0 0.47 0.91 0.01
HSL 28.56º 0.98% 0.54% -
HSV(B) 28.56º 0.91% 0.99% -
XYZ 49.06 37.72 5.56 -
YUV 156.45 53.26 196.86 -
System Red Green Blue C M Y K H S L
Decimal 253 133 24 0 0.47 0.91 0.01 28.56 0.98 0.54
Hex FD 85 18 0 2F 5B 1 1D 62 36
Octal 375 205 30 0 57 133 1 35 142 66
Binary 11111101 10000101 11000 0 101111 1011011 1 11101 1100010 110110

Color Harmonies of #FD8518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD8518

Black with #FD8518

Text Example


Text Example

White with #FD8518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD8518; }

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

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

background-color css

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

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

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

border-color css

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

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

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