Html Css Color HEX #FF5D1D Pumpkin

📋 copy color: '#FF5D1D'

red 255 ◦ green 93 ◦ blue 29

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

Shades of Pumpkin #FF5D1D

Tints of Pumpkin #FF5D1D

RGB

 RED value IS 255 (100% from 255) = 67.64%

 GREEN value IS 93 (36.72% from 255) = 24.67%

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 67.64%
G = 24.67%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FF5D1D (or 0xFF5D1D) is known color: Pumpkin. HEX triplet: FF, 5D and 1D. RGB value is (255,93,29). Sum of RGB (Red+Green+Blue) = 255+93+29=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 93 (36.72% from 255 or 24.67% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF5D1D is #00A2E2. Grayscale: #868686. Windows color (decimal): -41699 or 1924607. OLE color: 1924607.

HSL color Cylindrical-coordinate representation of color #FF5D1D: hue angle of 16.99º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF5D1D is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.

Color convert

RGB 255 93 29 -
CMYK 0 0.64 0.89 0
HSL 16.99º 1% 0.56% -
HSV(B) 16.99º 0.89% 1% -
XYZ 45.38 29.18 4.4 -
YUV 134.14 68.67 214.2 -
System Red Green Blue C M Y K H S L
Decimal 255 93 29 0 0.64 0.89 0 16.99 1 0.56
Hex FF 5D 1D 0 40 59 0 11 64 38
Octal 377 135 35 0 100 131 0 21 144 70
Binary 11111111 1011101 11101 0 1000000 1011001 0 10001 1100100 111000

Color Harmonies of #FF5D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5D1D

Black with #FF5D1D

Text Example


Text Example

White with #FF5D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5D1D; }

 p { color: rgb(255,93,29); }

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

background-color css

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

 a { background-color: rgb(255,93,29); }

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

border-color css

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

 span { border-color: rgb(255,93,29); }

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