Html Css Color HEX #FB7020 Pumpkin

📋 copy color: '#FB7020'

red 251 ◦ green 112 ◦ blue 32

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

Shades of Pumpkin #FB7020

Tints of Pumpkin #FB7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.35%

 BLUE value IS 32 (12.89% from 255) = 8.1%

R = 63.54%
G = 28.35%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB7020 (or 0xFB7020) is known color: Pumpkin. HEX triplet: FB, 70 and 20. RGB value is (251,112,32). Sum of RGB (Red+Green+Blue) = 251+112+32=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 112 (44.14% from 255 or 28.35% from 395); Blue value is 32 (12.89% from 255 or 8.10% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7020 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7020 is #048FDF. Grayscale: #909090. Windows color (decimal): -298976 or 2126075. OLE color: 2126075.

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

Color convert

RGB 251 112 32 -
CMYK 0 0.55 0.87 0.02
HSL 21.92º 0.96% 0.55% -
HSV(B) 21.92º 0.87% 0.98% -
XYZ 45.84 32.2 5.17 -
YUV 144.44 64.55 204 -
System Red Green Blue C M Y K H S L
Decimal 251 112 32 0 0.55 0.87 0.02 21.92 0.96 0.55
Hex FB 70 20 0 37 57 2 16 60 37
Octal 373 160 40 0 67 127 2 26 140 67
Binary 11111011 1110000 100000 0 110111 1010111 10 10110 1100000 110111

Color Harmonies of #FB7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7020

Black with #FB7020

Text Example


Text Example

White with #FB7020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7020; }

 p { color: rgb(251,112,32); }

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

background-color css

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

 a { background-color: rgb(251,112,32); }

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

border-color css

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

 span { border-color: rgb(251,112,32); }

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