Html Css Color HEX #FB7310 Pumpkin

📋 copy color: '#FB7310'

red 251 ◦ green 115 ◦ blue 16

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

Shades of Pumpkin #FB7310

Tints of Pumpkin #FB7310

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.1%

 BLUE value IS 16 (6.64% from 255) = 4.19%

R = 65.71%
G = 30.1%
B = 4.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB7310 (or 0xFB7310) is known color: Pumpkin. HEX triplet: FB, 73 and 10. RGB value is (251,115,16). Sum of RGB (Red+Green+Blue) = 251+115+16=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 16 (6.64% from 255 or 4.19% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7310 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7310 is #048CEF. Grayscale: #909090. Windows color (decimal): -298224 or 1078267. OLE color: 1078267.

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

Color convert

RGB 251 115 16 -
CMYK 0 0.54 0.94 0.02
HSL 25.28º 0.97% 0.52% -
HSV(B) 25.28º 0.94% 0.98% -
XYZ 46.01 32.81 4.4 -
YUV 144.38 55.56 204.05 -
System Red Green Blue C M Y K H S L
Decimal 251 115 16 0 0.54 0.94 0.02 25.28 0.97 0.52
Hex FB 73 10 0 36 5E 2 19 61 34
Octal 373 163 20 0 66 136 2 31 141 64
Binary 11111011 1110011 10000 0 110110 1011110 10 11001 1100001 110100

Color Harmonies of #FB7310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7310

Black with #FB7310

Text Example


Text Example

White with #FB7310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7310; }

 p { color: rgb(251,115,16); }

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

background-color css

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

 a { background-color: rgb(251,115,16); }

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

border-color css

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

 span { border-color: rgb(251,115,16); }

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