Html Css Color HEX #FA6412 Pumpkin

📋 copy color: '#FA6412'

red 250 ◦ green 100 ◦ blue 18

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

Shades of Pumpkin #FA6412

Tints of Pumpkin #FA6412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.17%

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

R = 67.93%
G = 27.17%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA6412 (or 0xFA6412) is known color: Pumpkin. HEX triplet: FA, 64 and 12. RGB value is (250,100,18). Sum of RGB (Red+Green+Blue) = 250+100+18=368 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.93% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6412 is #059BED. Grayscale: #878787. Windows color (decimal): -367598 or 1205498. OLE color: 1205498.

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

Color convert

RGB 250 100 18 -
CMYK 0 0.6 0.93 0.02
HSL 21.21º 0.96% 0.53% -
HSV(B) 21.21º 0.93% 0.98% -
XYZ 44.09 29.48 3.94 -
YUV 135.5 61.7 209.67 -
System Red Green Blue C M Y K H S L
Decimal 250 100 18 0 0.6 0.93 0.02 21.21 0.96 0.53
Hex FA 64 12 0 3C 5D 2 15 60 35
Octal 372 144 22 0 74 135 2 25 140 65
Binary 11111010 1100100 10010 0 111100 1011101 10 10101 1100000 110101

Color Harmonies of #FA6412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6412

Black with #FA6412

Text Example


Text Example

White with #FA6412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6412; }

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

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

background-color css

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

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

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

border-color css

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

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

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