Html Css Color HEX #FB5D1C Pumpkin

📋 copy color: '#FB5D1C'

red 251 ◦ green 93 ◦ blue 28

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

Shades of Pumpkin #FB5D1C

Tints of Pumpkin #FB5D1C

RGB

 RED value IS 251 (98.44% from 255) = 67.47%

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

 BLUE value IS 28 (11.33% from 255) = 7.53%

R = 67.47%
G = 25%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB5D1C (or 0xFB5D1C) is known color: Pumpkin. HEX triplet: FB, 5D and 1C. RGB value is (251,93,28). Sum of RGB (Red+Green+Blue) = 251+93+28=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 28 (11.33% from 255 or 7.53% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D1C is #04A2E3. Grayscale: #858585. Windows color (decimal): -303844 or 1859067. OLE color: 1859067.

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

Color convert

RGB 251 93 28 -
CMYK 0 0.63 0.89 0.02
HSL 17.49º 0.97% 0.55% -
HSV(B) 17.49º 0.89% 0.98% -
XYZ 43.91 28.42 4.27 -
YUV 132.83 68.85 212.29 -
System Red Green Blue C M Y K H S L
Decimal 251 93 28 0 0.63 0.89 0.02 17.49 0.97 0.55
Hex FB 5D 1C 0 3F 59 2 11 61 37
Octal 373 135 34 0 77 131 2 21 141 67
Binary 11111011 1011101 11100 0 111111 1011001 10 10001 1100001 110111

Color Harmonies of #FB5D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5D1C

Black with #FB5D1C

Text Example


Text Example

White with #FB5D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5D1C; }

 p { color: rgb(251,93,28); }

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

background-color css

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

 a { background-color: rgb(251,93,28); }

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

border-color css

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

 span { border-color: rgb(251,93,28); }

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