Html Css Color HEX #FB7B14 Pumpkin

📋 copy color: '#FB7B14'

red 251 ◦ green 123 ◦ blue 20

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

Shades of Pumpkin #FB7B14

Tints of Pumpkin #FB7B14

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.22%

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

R = 63.71%
G = 31.22%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FB7B14 (or 0xFB7B14) is known color: Pumpkin. HEX triplet: FB, 7B and 14. RGB value is (251,123,20). Sum of RGB (Red+Green+Blue) = 251+123+20=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 123 (48.44% from 255 or 31.22% from 394); Blue value is 20 (8.20% from 255 or 5.08% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7B14 is #0484EB. Grayscale: #969696. Windows color (decimal): -296172 or 1342459. OLE color: 1342459.

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

Color convert

RGB 251 123 20 -
CMYK 0 0.51 0.92 0.02
HSL 26.75º 0.97% 0.53% -
HSV(B) 26.75º 0.92% 0.98% -
XYZ 46.99 34.73 4.89 -
YUV 149.53 54.91 200.38 -
System Red Green Blue C M Y K H S L
Decimal 251 123 20 0 0.51 0.92 0.02 26.75 0.97 0.53
Hex FB 7B 14 0 33 5C 2 1B 61 35
Octal 373 173 24 0 63 134 2 33 141 65
Binary 11111011 1111011 10100 0 110011 1011100 10 11011 1100001 110101

Color Harmonies of #FB7B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7B14

Black with #FB7B14

Text Example


Text Example

White with #FB7B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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