Html Css Color HEX #FB7914 Pumpkin

📋 copy color: '#FB7914'

red 251 ◦ green 121 ◦ blue 20

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

Shades of Pumpkin #FB7914

Tints of Pumpkin #FB7914

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.87%

 BLUE value IS 20 (8.2% from 255) = 5.1%

R = 64.03%
G = 30.87%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB7914 (or 0xFB7914) is known color: Pumpkin. HEX triplet: FB, 79 and 14. RGB value is (251,121,20). Sum of RGB (Red+Green+Blue) = 251+121+20=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 121 (47.66% from 255 or 30.87% from 392); Blue value is 20 (8.20% from 255 or 5.10% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7914 is #0486EB. Grayscale: #949494. Windows color (decimal): -296684 or 1341947. OLE color: 1341947.

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

Color convert

RGB 251 121 20 -
CMYK 0 0.52 0.92 0.02
HSL 26.23º 0.97% 0.53% -
HSV(B) 26.23º 0.92% 0.98% -
XYZ 46.75 34.23 4.81 -
YUV 148.36 55.57 201.21 -
System Red Green Blue C M Y K H S L
Decimal 251 121 20 0 0.52 0.92 0.02 26.23 0.97 0.53
Hex FB 79 14 0 34 5C 2 1A 61 35
Octal 373 171 24 0 64 134 2 32 141 65
Binary 11111011 1111001 10100 0 110100 1011100 10 11010 1100001 110101

Color Harmonies of #FB7914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7914

Black with #FB7914

Text Example


Text Example

White with #FB7914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7914; }

 p { color: rgb(251,121,20); }

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

background-color css

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

 a { background-color: rgb(251,121,20); }

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

border-color css

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

 span { border-color: rgb(251,121,20); }

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