Html Css Color HEX #FA7014 Pumpkin

📋 copy color: '#FA7014'

red 250 ◦ green 112 ◦ blue 20

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

Shades of Pumpkin #FA7014

Tints of Pumpkin #FA7014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 65.45%
G = 29.32%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7014 (or 0xFA7014) is known color: Pumpkin. HEX triplet: FA, 70 and 14. RGB value is (250,112,20). Sum of RGB (Red+Green+Blue) = 250+112+20=382 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.45% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7014 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7014 is #058FEB. Grayscale: #8F8F8F. Windows color (decimal): -364524 or 1339642. OLE color: 1339642.

HSL color Cylindrical-coordinate representation of color #FA7014: hue angle of 24º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FA7014 is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 112 20 -
CMYK 0 0.55 0.92 0.02
HSL 24º 0.96% 0.53% -
HSV(B) 24º 0.92% 0.98% -
XYZ 45.34 31.96 4.44 -
YUV 142.77 58.72 204.48 -
System Red Green Blue C M Y K H S L
Decimal 250 112 20 0 0.55 0.92 0.02 24 0.96 0.53
Hex FA 70 14 0 37 5C 2 18 60 35
Octal 372 160 24 0 67 134 2 30 140 65
Binary 11111010 1110000 10100 0 110111 1011100 10 11000 1100000 110101

Color Harmonies of #FA7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7014

Black with #FA7014

Text Example


Text Example

White with #FA7014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7014; }

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

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

background-color css

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

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

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

border-color css

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

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

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