Html Css Color HEX #FB701F Pumpkin

📋 copy color: '#FB701F'

red 251 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #FB701F

Tints of Pumpkin #FB701F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.87%

R = 63.71%
G = 28.43%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB701F (or 0xFB701F) is known color: Pumpkin. HEX triplet: FB, 70 and 1F. RGB value is (251,112,31). Sum of RGB (Red+Green+Blue) = 251+112+31=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB701F is #048FE0. Grayscale: #909090. Windows color (decimal): -298977 or 2060539. OLE color: 2060539.

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

Color convert

RGB 251 112 31 -
CMYK 0 0.55 0.88 0.02
HSL 22.09º 0.96% 0.55% -
HSV(B) 22.09º 0.88% 0.98% -
XYZ 45.83 32.2 5.1 -
YUV 144.33 64.05 204.09 -
System Red Green Blue C M Y K H S L
Decimal 251 112 31 0 0.55 0.88 0.02 22.09 0.96 0.55
Hex FB 70 1F 0 37 58 2 16 60 37
Octal 373 160 37 0 67 130 2 26 140 67
Binary 11111011 1110000 11111 0 110111 1011000 10 10110 1100000 110111

Color Harmonies of #FB701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB701F

Black with #FB701F

Text Example


Text Example

White with #FB701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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