Html Css Color HEX #FD5D1B Pumpkin

📋 copy color: '#FD5D1B'

red 253 ◦ green 93 ◦ blue 27

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

Shades of Pumpkin #FD5D1B

Tints of Pumpkin #FD5D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 67.83%
G = 24.93%
B = 7.24%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD5D1B (or 0xFD5D1B) is known color: Pumpkin. HEX triplet: FD, 5D and 1B. RGB value is (253,93,27). Sum of RGB (Red+Green+Blue) = 253+93+27=373 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.83% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5D1B is #02A2E4. Grayscale: #858585. Windows color (decimal): -172773 or 1793533. OLE color: 1793533.

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

Color convert

RGB 253 93 27 -
CMYK 0 0.63 0.89 0.01
HSL 17.52º 0.98% 0.55% -
HSV(B) 17.52º 0.89% 0.99% -
XYZ 44.62 28.79 4.24 -
YUV 133.32 68.01 213.37 -
System Red Green Blue C M Y K H S L
Decimal 253 93 27 0 0.63 0.89 0.01 17.52 0.98 0.55
Hex FD 5D 1B 0 3F 59 1 12 62 37
Octal 375 135 33 0 77 131 1 22 142 67
Binary 11111101 1011101 11011 0 111111 1011001 1 10010 1100010 110111

Color Harmonies of #FD5D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD5D1B

Black with #FD5D1B

Text Example


Text Example

White with #FD5D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD5D1B; }

 p { color: rgb(253,93,27); }

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

background-color css

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

 a { background-color: rgb(253,93,27); }

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

border-color css

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

 span { border-color: rgb(253,93,27); }

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