Html Css Color HEX #FB7E12 Pumpkin

📋 copy color: '#FB7E12'

red 251 ◦ green 126 ◦ blue 18

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

Shades of Pumpkin #FB7E12

Tints of Pumpkin #FB7E12

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

 BLUE value IS 18 (7.42% from 255) = 4.56%

R = 63.54%
G = 31.9%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FB7E12 (or 0xFB7E12) is known color: Pumpkin. HEX triplet: FB, 7E and 12. RGB value is (251,126,18). Sum of RGB (Red+Green+Blue) = 251+126+18=395 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.54% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 18 (7.42% from 255 or 4.56% from 395); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7E12 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7E12 is #0481ED. Grayscale: #979797. Windows color (decimal): -295406 or 1212155. OLE color: 1212155.

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

Color convert

RGB 251 126 18 -
CMYK 0 0.50 0.93 0.02
HSL 27.81º 0.97% 0.53% -
HSV(B) 27.81º 0.93% 0.98% -
XYZ 47.35 35.47 4.92 -
YUV 151.06 52.91 199.28 -
System Red Green Blue C M Y K H S L
Decimal 251 126 18 0 0.50 0.93 0.02 27.81 0.97 0.53
Hex FB 7E 12 0 32 5D 2 1C 61 35
Octal 373 176 22 0 62 135 2 34 141 65
Binary 11111011 1111110 10010 0 110010 1011101 10 11100 1100001 110101

Color Harmonies of #FB7E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB7E12

Black with #FB7E12

Text Example


Text Example

White with #FB7E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB7E12; }

 p { color: rgb(251,126,18); }

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

background-color css

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

 a { background-color: rgb(251,126,18); }

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

border-color css

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

 span { border-color: rgb(251,126,18); }

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