Html Css Color HEX #FD5C18 Pumpkin

📋 copy color: '#FD5C18'

red 253 ◦ green 92 ◦ blue 24

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

Shades of Pumpkin #FD5C18

Tints of Pumpkin #FD5C18

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.93%

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

R = 68.56%
G = 24.93%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FD5C18 (or 0xFD5C18) is known color: Pumpkin. HEX triplet: FD, 5C and 18. RGB value is (253,92,24). Sum of RGB (Red+Green+Blue) = 253+92+24=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 92 (36.33% from 255 or 24.93% from 369); Blue value is 24 (9.77% from 255 or 6.50% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD5C18 is #02A3E7. Grayscale: #848484. Windows color (decimal): -173032 or 1596669. OLE color: 1596669.

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

Color convert

RGB 253 92 24 -
CMYK 0 0.64 0.91 0.01
HSL 17.82º 0.98% 0.54% -
HSV(B) 17.82º 0.91% 0.99% -
XYZ 44.5 28.6 4.04 -
YUV 132.39 66.84 214.03 -
System Red Green Blue C M Y K H S L
Decimal 253 92 24 0 0.64 0.91 0.01 17.82 0.98 0.54
Hex FD 5C 18 0 40 5B 1 12 62 36
Octal 375 134 30 0 100 133 1 22 142 66
Binary 11111101 1011100 11000 0 1000000 1011011 1 10010 1100010 110110

Color Harmonies of #FD5C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5C18

Black with #FD5C18

Text Example


Text Example

White with #FD5C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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