Html Css Color HEX #FA7420 Pumpkin

📋 copy color: '#FA7420'

red 250 ◦ green 116 ◦ blue 32

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

Shades of Pumpkin #FA7420

Tints of Pumpkin #FA7420

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.15%

 BLUE value IS 32 (12.89% from 255) = 8.04%

R = 62.81%
G = 29.15%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA7420 (or 0xFA7420) is known color: Pumpkin. HEX triplet: FA, 74 and 20. RGB value is (250,116,32). Sum of RGB (Red+Green+Blue) = 250+116+32=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 32 (12.89% from 255 or 8.04% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7420 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7420 is #058BDF. Grayscale: #929292. Windows color (decimal): -363488 or 2127098. OLE color: 2127098.

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

Color convert

RGB 250 116 32 -
CMYK 0 0.54 0.87 0.02
HSL 23.12º 0.96% 0.55% -
HSV(B) 23.12º 0.87% 0.98% -
XYZ 45.93 32.92 5.3 -
YUV 146.49 63.39 201.83 -
System Red Green Blue C M Y K H S L
Decimal 250 116 32 0 0.54 0.87 0.02 23.12 0.96 0.55
Hex FA 74 20 0 36 57 2 17 60 37
Octal 372 164 40 0 66 127 2 27 140 67
Binary 11111010 1110100 100000 0 110110 1010111 10 10111 1100000 110111

Color Harmonies of #FA7420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7420

Black with #FA7420

Text Example


Text Example

White with #FA7420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7420; }

 p { color: rgb(250,116,32); }

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

background-color css

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

 a { background-color: rgb(250,116,32); }

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

border-color css

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

 span { border-color: rgb(250,116,32); }

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