Html Css Color HEX #FA7E14 Pumpkin

📋 copy color: '#FA7E14'

red 250 ◦ green 126 ◦ blue 20

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

Shades of Pumpkin #FA7E14

Tints of Pumpkin #FA7E14

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.82%

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

R = 63.13%
G = 31.82%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7E14 (or 0xFA7E14) is known color: Pumpkin. HEX triplet: FA, 7E and 14. RGB value is (250,126,20). Sum of RGB (Red+Green+Blue) = 250+126+20=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 20 (8.20% from 255 or 5.05% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7E14 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7E14 is #0581EB. Grayscale: #979797. Windows color (decimal): -360940 or 1343226. OLE color: 1343226.

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

Color convert

RGB 250 126 20 -
CMYK 0 0.50 0.92 0.02
HSL 27.65º 0.96% 0.53% -
HSV(B) 27.65º 0.92% 0.98% -
XYZ 47.01 35.3 5 -
YUV 150.99 54.08 198.62 -
System Red Green Blue C M Y K H S L
Decimal 250 126 20 0 0.50 0.92 0.02 27.65 0.96 0.53
Hex FA 7E 14 0 32 5C 2 1C 60 35
Octal 372 176 24 0 62 134 2 34 140 65
Binary 11111010 1111110 10100 0 110010 1011100 10 11100 1100000 110101

Color Harmonies of #FA7E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7E14

Black with #FA7E14

Text Example


Text Example

White with #FA7E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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