Html Css Color HEX #FB800E Pumpkin

📋 copy color: '#FB800E'

red 251 ◦ green 128 ◦ blue 14

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

Shades of Pumpkin #FB800E

Tints of Pumpkin #FB800E

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.57%

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

R = 63.87%
G = 32.57%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB800E (or 0xFB800E) is known color: Pumpkin. HEX triplet: FB, 80 and 0E. RGB value is (251,128,14). Sum of RGB (Red+Green+Blue) = 251+128+14=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 128 (50.39% from 255 or 32.57% from 393); Blue value is 14 (5.86% from 255 or 3.56% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB800E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB800E is #047FF1. Grayscale: #989898. Windows color (decimal): -294898 or 950523. OLE color: 950523.

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

Color convert

RGB 251 128 14 -
CMYK 0 0.49 0.94 0.02
HSL 28.86º 0.97% 0.52% -
HSV(B) 28.86º 0.94% 0.98% -
XYZ 47.58 35.98 4.85 -
YUV 151.78 50.25 198.77 -
System Red Green Blue C M Y K H S L
Decimal 251 128 14 0 0.49 0.94 0.02 28.86 0.97 0.52
Hex FB 80 E 0 31 5E 2 1D 61 34
Octal 373 200 16 0 61 136 2 35 141 64
Binary 11111011 10000000 1110 0 110001 1011110 10 11101 1100001 110100

Color Harmonies of #FB800E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB800E

Black with #FB800E

Text Example


Text Example

White with #FB800E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB800E; }

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

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

background-color css

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

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

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

border-color css

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

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

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