Html Css Color HEX #FA8012 Pumpkin

📋 copy color: '#FA8012'

red 250 ◦ green 128 ◦ blue 18

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

Shades of Pumpkin #FA8012

Tints of Pumpkin #FA8012

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

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

R = 63.13%
G = 32.32%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FA8012 (or 0xFA8012) is known color: Pumpkin. HEX triplet: FA, 80 and 12. RGB value is (250,128,18). Sum of RGB (Red+Green+Blue) = 250+128+18=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8012 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8012 is #057FED. Grayscale: #989898. Windows color (decimal): -360430 or 1212666. OLE color: 1212666.

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

Color convert

RGB 250 128 18 -
CMYK 0 0.49 0.93 0.02
HSL 28.45º 0.96% 0.53% -
HSV(B) 28.45º 0.93% 0.98% -
XYZ 47.25 35.81 4.99 -
YUV 151.94 52.42 197.94 -
System Red Green Blue C M Y K H S L
Decimal 250 128 18 0 0.49 0.93 0.02 28.45 0.96 0.53
Hex FA 80 12 0 31 5D 2 1C 60 35
Octal 372 200 22 0 61 135 2 34 140 65
Binary 11111010 10000000 10010 0 110001 1011101 10 11100 1100000 110101

Color Harmonies of #FA8012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8012

Black with #FA8012

Text Example


Text Example

White with #FA8012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8012; }

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

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

background-color css

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

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

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

border-color css

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

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

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