Html Css Color HEX #FB820F Pumpkin

📋 copy color: '#FB820F'

red 251 ◦ green 130 ◦ blue 15

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

Shades of Pumpkin #FB820F

Tints of Pumpkin #FB820F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

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

R = 63.38%
G = 32.83%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FB820F (or 0xFB820F) is known color: Pumpkin. HEX triplet: FB, 82 and 0F. RGB value is (251,130,15). Sum of RGB (Red+Green+Blue) = 251+130+15=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB820F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB820F is #047DF0. Grayscale: #999999. Windows color (decimal): -294385 or 1016571. OLE color: 1016571.

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

Color convert

RGB 251 130 15 -
CMYK 0 0.48 0.94 0.02
HSL 29.24º 0.97% 0.52% -
HSV(B) 29.24º 0.94% 0.98% -
XYZ 47.85 36.51 4.98 -
YUV 153.07 50.09 197.85 -
System Red Green Blue C M Y K H S L
Decimal 251 130 15 0 0.48 0.94 0.02 29.24 0.97 0.52
Hex FB 82 F 0 30 5E 2 1D 61 34
Octal 373 202 17 0 60 136 2 35 141 64
Binary 11111011 10000010 1111 0 110000 1011110 10 11101 1100001 110100

Color Harmonies of #FB820F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB820F

Black with #FB820F

Text Example


Text Example

White with #FB820F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB820F; }

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

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

background-color css

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

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

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

border-color css

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

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

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