Html Css Color HEX #FB8422 Pumpkin

📋 copy color: '#FB8422'

red 251 ◦ green 132 ◦ blue 34

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

Shades of Pumpkin #FB8422

Tints of Pumpkin #FB8422

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 60.19%
G = 31.65%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FB8422 (or 0xFB8422) is known color: Pumpkin. HEX triplet: FB, 84 and 22. RGB value is (251,132,34). Sum of RGB (Red+Green+Blue) = 251+132+34=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8422 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8422 is #047BDD. Grayscale: #9C9C9C. Windows color (decimal): -293854 or 2262267. OLE color: 2262267.

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

Color convert

RGB 251 132 34 -
CMYK 0 0.47 0.86 0.02
HSL 27.1º 0.96% 0.56% -
HSV(B) 27.1º 0.86% 0.98% -
XYZ 48.32 37.13 6.13 -
YUV 156.41 58.92 195.47 -
System Red Green Blue C M Y K H S L
Decimal 251 132 34 0 0.47 0.86 0.02 27.1 0.96 0.56
Hex FB 84 22 0 2F 56 2 1B 60 38
Octal 373 204 42 0 57 126 2 33 140 70
Binary 11111011 10000100 100010 0 101111 1010110 10 11011 1100000 111000

Color Harmonies of #FB8422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB8422

Black with #FB8422

Text Example


Text Example

White with #FB8422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB8422; }

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

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

background-color css

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

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

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

border-color css

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

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

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