Html Css Color HEX #FB800F Pumpkin

📋 copy color: '#FB800F'

red 251 ◦ green 128 ◦ blue 15

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

Shades of Pumpkin #FB800F

Tints of Pumpkin #FB800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.81%

R = 63.71%
G = 32.49%
B = 3.81%

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

#FB800F (or 0xFB800F) is known color: Pumpkin. HEX triplet: FB, 80 and 0F. RGB value is (251,128,15). Sum of RGB (Red+Green+Blue) = 251+128+15=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 15 (6.25% from 255 or 3.81% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB800F is #047FF0. Grayscale: #989898. Windows color (decimal): -294897 or 1016059. OLE color: 1016059.

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

Color convert

RGB 251 128 15 -
CMYK 0 0.49 0.94 0.02
HSL 28.73º 0.97% 0.52% -
HSV(B) 28.73º 0.94% 0.98% -
XYZ 47.59 35.98 4.89 -
YUV 151.9 50.75 198.69 -
System Red Green Blue C M Y K H S L
Decimal 251 128 15 0 0.49 0.94 0.02 28.73 0.97 0.52
Hex FB 80 F 0 31 5E 2 1D 61 34
Octal 373 200 17 0 61 136 2 35 141 64
Binary 11111011 10000000 1111 0 110001 1011110 10 11101 1100001 110100

Color Harmonies of #FB800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB800F

Black with #FB800F

Text Example


Text Example

White with #FB800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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