Html Css Color HEX #FA6E14 Pumpkin

📋 copy color: '#FA6E14'

red 250 ◦ green 110 ◦ blue 20

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

Shades of Pumpkin #FA6E14

Tints of Pumpkin #FA6E14

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

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

R = 65.79%
G = 28.95%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6E14 (or 0xFA6E14) is known color: Pumpkin. HEX triplet: FA, 6E and 14. RGB value is (250,110,20). Sum of RGB (Red+Green+Blue) = 250+110+20=380 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.79% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6E14 is #0591EB. Grayscale: #8E8E8E. Windows color (decimal): -365036 or 1339130. OLE color: 1339130.

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

Color convert

RGB 250 110 20 -
CMYK 0 0.56 0.92 0.02
HSL 23.48º 0.96% 0.53% -
HSV(B) 23.48º 0.92% 0.98% -
XYZ 45.13 31.53 4.37 -
YUV 141.6 59.38 205.32 -
System Red Green Blue C M Y K H S L
Decimal 250 110 20 0 0.56 0.92 0.02 23.48 0.96 0.53
Hex FA 6E 14 0 38 5C 2 17 60 35
Octal 372 156 24 0 70 134 2 27 140 65
Binary 11111010 1101110 10100 0 111000 1011100 10 10111 1100000 110101

Color Harmonies of #FA6E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6E14

Black with #FA6E14

Text Example


Text Example

White with #FA6E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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