Html Css Color HEX #FB8412 Pumpkin

📋 copy color: '#FB8412'

red 251 ◦ green 132 ◦ blue 18

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

Shades of Pumpkin #FB8412

Tints of Pumpkin #FB8412

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.92%

 BLUE value IS 18 (7.42% from 255) = 4.49%

R = 62.59%
G = 32.92%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB8412 (or 0xFB8412) is known color: Pumpkin. HEX triplet: FB, 84 and 12. RGB value is (251,132,18). Sum of RGB (Red+Green+Blue) = 251+132+18=401 (53% of max value = 765). Red value is 251 (98.44% from 255 or 62.59% from 401); Green value is 132 (51.95% from 255 or 32.92% from 401); Blue value is 18 (7.42% from 255 or 4.49% from 401); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8412 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FB8412 is #047BED. Grayscale: #9B9B9B. Windows color (decimal): -293870 or 1213691. OLE color: 1213691.

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

Color convert

RGB 251 132 18 -
CMYK 0 0.47 0.93 0.02
HSL 29.36º 0.97% 0.53% -
HSV(B) 29.36º 0.93% 0.98% -
XYZ 48.14 37.06 5.19 -
YUV 154.59 50.92 196.77 -
System Red Green Blue C M Y K H S L
Decimal 251 132 18 0 0.47 0.93 0.02 29.36 0.97 0.53
Hex FB 84 12 0 2F 5D 2 1D 61 35
Octal 373 204 22 0 57 135 2 35 141 65
Binary 11111011 10000100 10010 0 101111 1011101 10 11101 1100001 110101

Color Harmonies of #FB8412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8412

Black with #FB8412

Text Example


Text Example

White with #FB8412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8412; }

 p { color: rgb(251,132,18); }

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

background-color css

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

 a { background-color: rgb(251,132,18); }

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

border-color css

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

 span { border-color: rgb(251,132,18); }

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