Html Css Color HEX #FB7D14 Pumpkin

📋 copy color: '#FB7D14'

red 251 ◦ green 125 ◦ blue 20

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

Shades of Pumpkin #FB7D14

Tints of Pumpkin #FB7D14

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.57%

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

R = 63.38%
G = 31.57%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB7D14 (or 0xFB7D14) is known color: Pumpkin. HEX triplet: FB, 7D and 14. RGB value is (251,125,20). Sum of RGB (Red+Green+Blue) = 251+125+20=396 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.38% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7D14 is #0482EB. Grayscale: #979797. Windows color (decimal): -295660 or 1342971. OLE color: 1342971.

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

Color convert

RGB 251 125 20 -
CMYK 0 0.50 0.92 0.02
HSL 27.27º 0.97% 0.53% -
HSV(B) 27.27º 0.92% 0.98% -
XYZ 47.24 35.23 4.97 -
YUV 150.7 54.24 199.54 -
System Red Green Blue C M Y K H S L
Decimal 251 125 20 0 0.50 0.92 0.02 27.27 0.97 0.53
Hex FB 7D 14 0 32 5C 2 1B 61 35
Octal 373 175 24 0 62 134 2 33 141 65
Binary 11111011 1111101 10100 0 110010 1011100 10 11011 1100001 110101

Color Harmonies of #FB7D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7D14

Black with #FB7D14

Text Example


Text Example

White with #FB7D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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