Html Css Color HEX #FB7D1C Pumpkin

📋 copy color: '#FB7D1C'

red 251 ◦ green 125 ◦ blue 28

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

Shades of Pumpkin #FB7D1C

Tints of Pumpkin #FB7D1C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.94%

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

R = 62.13%
G = 30.94%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FB7D1C (or 0xFB7D1C) is known color: Pumpkin. HEX triplet: FB, 7D and 1C. RGB value is (251,125,28). Sum of RGB (Red+Green+Blue) = 251+125+28=404 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.13% from 404); Green value is 125 (49.22% from 255 or 30.94% from 404); Blue value is 28 (11.33% from 255 or 6.93% from 404); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D1C is #0482E3. Grayscale: #989898. Windows color (decimal): -295652 or 1867259. OLE color: 1867259.

HSL color Cylindrical-coordinate representation of color #FB7D1C: hue angle of 26.1º 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 #FB7D1C is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 125 28 -
CMYK 0 0.50 0.89 0.02
HSL 26.1º 0.97% 0.55% -
HSV(B) 26.1º 0.89% 0.98% -
XYZ 47.33 35.26 5.41 -
YUV 151.62 58.24 198.89 -
System Red Green Blue C M Y K H S L
Decimal 251 125 28 0 0.50 0.89 0.02 26.1 0.97 0.55
Hex FB 7D 1C 0 32 59 2 1A 61 37
Octal 373 175 34 0 62 131 2 32 141 67
Binary 11111011 1111101 11100 0 110010 1011001 10 11010 1100001 110111

Color Harmonies of #FB7D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7D1C

Black with #FB7D1C

Text Example


Text Example

White with #FB7D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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