Html Css Color HEX #FA7012 Pumpkin

📋 copy color: '#FA7012'

red 250 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #FA7012

Tints of Pumpkin #FA7012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 65.79%
G = 29.47%
B = 4.74%

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

#FA7012 (or 0xFA7012) is known color: Pumpkin. HEX triplet: FA, 70 and 12. RGB value is (250,112,18). Sum of RGB (Red+Green+Blue) = 250+112+18=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7012 is #058FED. Grayscale: #8F8F8F. Windows color (decimal): -364526 or 1208570. OLE color: 1208570.

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

Color convert

RGB 250 112 18 -
CMYK 0 0.55 0.93 0.02
HSL 24.31º 0.96% 0.53% -
HSV(B) 24.31º 0.93% 0.98% -
XYZ 45.33 31.96 4.35 -
YUV 142.55 57.72 204.64 -
System Red Green Blue C M Y K H S L
Decimal 250 112 18 0 0.55 0.93 0.02 24.31 0.96 0.53
Hex FA 70 12 0 37 5D 2 18 60 35
Octal 372 160 22 0 67 135 2 30 140 65
Binary 11111010 1110000 10010 0 110111 1011101 10 11000 1100000 110101

Color Harmonies of #FA7012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7012

Black with #FA7012

Text Example


Text Example

White with #FA7012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7012; }

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

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

background-color css

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

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

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

border-color css

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

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

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