Html Css Color HEX #FA8614 Pumpkin

📋 copy color: '#FA8614'

red 250 ◦ green 134 ◦ blue 20

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

Shades of Pumpkin #FA8614

Tints of Pumpkin #FA8614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.17%

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

R = 61.88%
G = 33.17%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8614 (or 0xFA8614) is known color: Pumpkin. HEX triplet: FA, 86 and 14. RGB value is (250,134,20). Sum of RGB (Red+Green+Blue) = 250+134+20=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8614 is #0579EB. Grayscale: #9C9C9C. Windows color (decimal): -358892 or 1345274. OLE color: 1345274.

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

Color convert

RGB 250 134 20 -
CMYK 0 0.46 0.92 0.02
HSL 29.74º 0.96% 0.53% -
HSV(B) 29.74º 0.92% 0.98% -
XYZ 48.08 37.42 5.35 -
YUV 155.69 51.43 195.27 -
System Red Green Blue C M Y K H S L
Decimal 250 134 20 0 0.46 0.92 0.02 29.74 0.96 0.53
Hex FA 86 14 0 2E 5C 2 1E 60 35
Octal 372 206 24 0 56 134 2 36 140 65
Binary 11111010 10000110 10100 0 101110 1011100 10 11110 1100000 110101

Color Harmonies of #FA8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8614

Black with #FA8614

Text Example


Text Example

White with #FA8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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