Html Css Color HEX #FA7112 Pumpkin

📋 copy color: '#FA7112'

red 250 ◦ green 113 ◦ blue 18

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

Shades of Pumpkin #FA7112

Tints of Pumpkin #FA7112

RGB

 RED value IS 250 (98.05% from 255) = 65.62%

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 65.62%
G = 29.66%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA7112 (or 0xFA7112) is known color: Pumpkin. HEX triplet: FA, 71 and 12. RGB value is (250,113,18). Sum of RGB (Red+Green+Blue) = 250+113+18=381 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.62% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 18 (7.42% from 255 or 4.72% from 381); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7112 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7112 is #058EED. Grayscale: #8F8F8F. Windows color (decimal): -364270 or 1208826. OLE color: 1208826.

HSL color Cylindrical-coordinate representation of color #FA7112: hue angle of 24.57º degrees, saturation: 0.96, 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 #FA7112 is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 113 18 -
CMYK 0 0.55 0.93 0.02
HSL 24.57º 0.96% 0.53% -
HSV(B) 24.57º 0.93% 0.98% -
XYZ 45.44 32.18 4.39 -
YUV 143.13 57.39 204.22 -
System Red Green Blue C M Y K H S L
Decimal 250 113 18 0 0.55 0.93 0.02 24.57 0.96 0.53
Hex FA 71 12 0 37 5D 2 19 60 35
Octal 372 161 22 0 67 135 2 31 140 65
Binary 11111010 1110001 10010 0 110111 1011101 10 11001 1100000 110101

Color Harmonies of #FA7112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7112

Black with #FA7112

Text Example


Text Example

White with #FA7112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7112; }

 p { color: rgb(250,113,18); }

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

background-color css

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

 a { background-color: rgb(250,113,18); }

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

border-color css

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

 span { border-color: rgb(250,113,18); }

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