Html Css Color HEX #FB7D1B Pumpkin

📋 copy color: '#FB7D1B'

red 251 ◦ green 125 ◦ blue 27

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

Shades of Pumpkin #FB7D1B

Tints of Pumpkin #FB7D1B

RGB

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

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

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

R = 62.28%
G = 31.02%
B = 6.7%

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

#FB7D1B (or 0xFB7D1B) is known color: Pumpkin. HEX triplet: FB, 7D and 1B. RGB value is (251,125,27). Sum of RGB (Red+Green+Blue) = 251+125+27=403 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.28% from 403); Green value is 125 (49.22% from 255 or 31.02% from 403); Blue value is 27 (10.94% from 255 or 6.70% from 403); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7D1B is #0482E4. Grayscale: #989898. Windows color (decimal): -295653 or 1801723. OLE color: 1801723.

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

Color convert

RGB 251 125 27 -
CMYK 0 0.50 0.89 0.02
HSL 26.25º 0.97% 0.55% -
HSV(B) 26.25º 0.89% 0.98% -
XYZ 47.32 35.26 5.35 -
YUV 151.5 57.74 198.97 -
System Red Green Blue C M Y K H S L
Decimal 251 125 27 0 0.50 0.89 0.02 26.25 0.97 0.55
Hex FB 7D 1B 0 32 59 2 1A 61 37
Octal 373 175 33 0 62 131 2 32 141 67
Binary 11111011 1111101 11011 0 110010 1011001 10 11010 1100001 110111

Color Harmonies of #FB7D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7D1B

Black with #FB7D1B

Text Example


Text Example

White with #FB7D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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