Html Css Color HEX #FB7C1E Pumpkin

📋 copy color: '#FB7C1E'

red 251 ◦ green 124 ◦ blue 30

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

Shades of Pumpkin #FB7C1E

Tints of Pumpkin #FB7C1E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.62%

 BLUE value IS 30 (12.11% from 255) = 7.41%

R = 61.98%
G = 30.62%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FB7C1E (or 0xFB7C1E) is known color: Pumpkin. HEX triplet: FB, 7C and 1E. RGB value is (251,124,30). Sum of RGB (Red+Green+Blue) = 251+124+30=405 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.98% from 405); Green value is 124 (48.83% from 255 or 30.62% from 405); Blue value is 30 (12.11% from 255 or 7.41% from 405); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7C1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7C1E is #0483E1. Grayscale: #979797. Windows color (decimal): -295906 or 1998075. OLE color: 1998075.

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

Color convert

RGB 251 124 30 -
CMYK 0 0.51 0.88 0.02
HSL 25.52º 0.97% 0.55% -
HSV(B) 25.52º 0.88% 0.98% -
XYZ 47.23 35.02 5.5 -
YUV 151.26 59.58 199.14 -
System Red Green Blue C M Y K H S L
Decimal 251 124 30 0 0.51 0.88 0.02 25.52 0.97 0.55
Hex FB 7C 1E 0 33 58 2 1A 61 37
Octal 373 174 36 0 63 130 2 32 141 67
Binary 11111011 1111100 11110 0 110011 1011000 10 11010 1100001 110111

Color Harmonies of #FB7C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7C1E

Black with #FB7C1E

Text Example


Text Example

White with #FB7C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7C1E; }

 p { color: rgb(251,124,30); }

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

background-color css

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

 a { background-color: rgb(251,124,30); }

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

border-color css

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

 span { border-color: rgb(251,124,30); }

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