Html Css Color HEX #FB6D14 Pumpkin

📋 copy color: '#FB6D14'

red 251 ◦ green 109 ◦ blue 20

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

Shades of Pumpkin #FB6D14

Tints of Pumpkin #FB6D14

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.68%

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

R = 66.05%
G = 28.68%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB6D14 (or 0xFB6D14) is known color: Pumpkin. HEX triplet: FB, 6D and 14. RGB value is (251,109,20). Sum of RGB (Red+Green+Blue) = 251+109+20=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 109 (42.97% from 255 or 28.68% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6D14 is #0492EB. Grayscale: #8D8D8D. Windows color (decimal): -299756 or 1338875. OLE color: 1338875.

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

Color convert

RGB 251 109 20 -
CMYK 0 0.57 0.92 0.02
HSL 23.12º 0.97% 0.53% -
HSV(B) 23.12º 0.92% 0.98% -
XYZ 45.38 31.5 4.35 -
YUV 141.31 59.54 206.24 -
System Red Green Blue C M Y K H S L
Decimal 251 109 20 0 0.57 0.92 0.02 23.12 0.97 0.53
Hex FB 6D 14 0 39 5C 2 17 61 35
Octal 373 155 24 0 71 134 2 27 141 65
Binary 11111011 1101101 10100 0 111001 1011100 10 10111 1100001 110101

Color Harmonies of #FB6D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6D14

Black with #FB6D14

Text Example


Text Example

White with #FB6D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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