Html Css Color HEX #FB7A20 Pumpkin

📋 copy color: '#FB7A20'

red 251 ◦ green 122 ◦ blue 32

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

Shades of Pumpkin #FB7A20

Tints of Pumpkin #FB7A20

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.12%

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

R = 61.98%
G = 30.12%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FB7A20 (or 0xFB7A20) is known color: Pumpkin. HEX triplet: FB, 7A and 20. RGB value is (251,122,32). Sum of RGB (Red+Green+Blue) = 251+122+32=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 122 (48.05% from 255 or 30.12% from 405); Blue value is 32 (12.89% from 255 or 7.90% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A20 is #0485DF. Grayscale: #969696. Windows color (decimal): -296416 or 2128635. OLE color: 2128635.

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

Color convert

RGB 251 122 32 -
CMYK 0 0.51 0.87 0.02
HSL 24.66º 0.96% 0.55% -
HSV(B) 24.66º 0.87% 0.98% -
XYZ 47 34.53 5.55 -
YUV 150.31 61.24 199.82 -
System Red Green Blue C M Y K H S L
Decimal 251 122 32 0 0.51 0.87 0.02 24.66 0.96 0.55
Hex FB 7A 20 0 33 57 2 19 60 37
Octal 373 172 40 0 63 127 2 31 140 67
Binary 11111011 1111010 100000 0 110011 1010111 10 11001 1100000 110111

Color Harmonies of #FB7A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7A20

Black with #FB7A20

Text Example


Text Example

White with #FB7A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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