Html Css Color HEX #FA7412 Pumpkin

📋 copy color: '#FA7412'

red 250 ◦ green 116 ◦ blue 18

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

Shades of Pumpkin #FA7412

Tints of Pumpkin #FA7412

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.21%

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

R = 65.1%
G = 30.21%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA7412 (or 0xFA7412) is known color: Pumpkin. HEX triplet: FA, 74 and 12. RGB value is (250,116,18). Sum of RGB (Red+Green+Blue) = 250+116+18=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 18 (7.42% from 255 or 4.69% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7412 is #058BED. Grayscale: #919191. Windows color (decimal): -363502 or 1209594. OLE color: 1209594.

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

Color convert

RGB 250 116 18 -
CMYK 0 0.54 0.93 0.02
HSL 25.34º 0.96% 0.53% -
HSV(B) 25.34º 0.93% 0.98% -
XYZ 45.78 32.86 4.5 -
YUV 144.89 56.39 202.97 -
System Red Green Blue C M Y K H S L
Decimal 250 116 18 0 0.54 0.93 0.02 25.34 0.96 0.53
Hex FA 74 12 0 36 5D 2 19 60 35
Octal 372 164 22 0 66 135 2 31 140 65
Binary 11111010 1110100 10010 0 110110 1011101 10 11001 1100000 110101

Color Harmonies of #FA7412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7412

Black with #FA7412

Text Example


Text Example

White with #FA7412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7412; }

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

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

background-color css

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

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

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

border-color css

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

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

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