Html Css Color HEX #FA7319 Pumpkin

📋 copy color: '#FA7319'

red 250 ◦ green 115 ◦ blue 25

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

Shades of Pumpkin #FA7319

Tints of Pumpkin #FA7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

 BLUE value IS 25 (10.16% from 255) = 6.41%

R = 64.1%
G = 29.49%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#FA7319 (or 0xFA7319) is known color: Pumpkin. HEX triplet: FA, 73 and 19. RGB value is (250,115,25). Sum of RGB (Red+Green+Blue) = 250+115+25=390 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.10% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7319 is #058CE6. Grayscale: #919191. Windows color (decimal): -363751 or 1668090. OLE color: 1668090.

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

Color convert

RGB 250 115 25 -
CMYK 0 0.54 0.9 0.02
HSL 24º 0.96% 0.54% -
HSV(B) 24º 0.9% 0.98% -
XYZ 45.73 32.66 4.81 -
YUV 145.11 60.23 202.82 -
System Red Green Blue C M Y K H S L
Decimal 250 115 25 0 0.54 0.9 0.02 24 0.96 0.54
Hex FA 73 19 0 36 5A 2 18 60 36
Octal 372 163 31 0 66 132 2 30 140 66
Binary 11111010 1110011 11001 0 110110 1011010 10 11000 1100000 110110

Color Harmonies of #FA7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7319

Black with #FA7319

Text Example


Text Example

White with #FA7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7319; }

 p { color: rgb(250,115,25); }

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

background-color css

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

 a { background-color: rgb(250,115,25); }

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

border-color css

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

 span { border-color: rgb(250,115,25); }

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