Html Css Color HEX #FB7420 Pumpkin

📋 copy color: '#FB7420'

red 251 ◦ green 116 ◦ blue 32

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

Shades of Pumpkin #FB7420

Tints of Pumpkin #FB7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.07%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 62.91%
G = 29.07%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB7420 (or 0xFB7420) is known color: Pumpkin. HEX triplet: FB, 74 and 20. RGB value is (251,116,32). Sum of RGB (Red+Green+Blue) = 251+116+32=399 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.91% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7420 is #048BDF. Grayscale: #939393. Windows color (decimal): -297952 or 2127099. OLE color: 2127099.

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

Color convert

RGB 251 116 32 -
CMYK 0 0.54 0.87 0.02
HSL 23.01º 0.96% 0.55% -
HSV(B) 23.01º 0.87% 0.98% -
XYZ 46.29 33.1 5.32 -
YUV 146.79 63.23 202.33 -
System Red Green Blue C M Y K H S L
Decimal 251 116 32 0 0.54 0.87 0.02 23.01 0.96 0.55
Hex FB 74 20 0 36 57 2 17 60 37
Octal 373 164 40 0 66 127 2 27 140 67
Binary 11111011 1110100 100000 0 110110 1010111 10 10111 1100000 110111

Color Harmonies of #FB7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7420

Black with #FB7420

Text Example


Text Example

White with #FB7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7420; }

 p { color: rgb(251,116,32); }

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

background-color css

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

 a { background-color: rgb(251,116,32); }

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

border-color css

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

 span { border-color: rgb(251,116,32); }

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