Html Css Color HEX #FB710E Pumpkin

📋 copy color: '#FB710E'

red 251 ◦ green 113 ◦ blue 14

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

Shades of Pumpkin #FB710E

Tints of Pumpkin #FB710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.89%

 BLUE value IS 14 (5.86% from 255) = 3.7%

R = 66.4%
G = 29.89%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB710E (or 0xFB710E) is known color: Pumpkin. HEX triplet: FB, 71 and 0E. RGB value is (251,113,14). Sum of RGB (Red+Green+Blue) = 251+113+14=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 14 (5.86% from 255 or 3.70% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB710E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB710E is #048EF1. Grayscale: #8F8F8F. Windows color (decimal): -298738 or 946683. OLE color: 946683.

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

Color convert

RGB 251 113 14 -
CMYK 0 0.55 0.94 0.02
HSL 25.06º 0.97% 0.52% -
HSV(B) 25.06º 0.94% 0.98% -
XYZ 45.77 32.35 4.25 -
YUV 142.98 55.22 205.05 -
System Red Green Blue C M Y K H S L
Decimal 251 113 14 0 0.55 0.94 0.02 25.06 0.97 0.52
Hex FB 71 E 0 37 5E 2 19 61 34
Octal 373 161 16 0 67 136 2 31 141 64
Binary 11111011 1110001 1110 0 110111 1011110 10 11001 1100001 110100

Color Harmonies of #FB710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB710E

Black with #FB710E

Text Example


Text Example

White with #FB710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB710E; }

 p { color: rgb(251,113,14); }

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

background-color css

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

 a { background-color: rgb(251,113,14); }

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

border-color css

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

 span { border-color: rgb(251,113,14); }

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