Html Css Color HEX #FA7513 Pumpkin

📋 copy color: '#FA7513'

red 250 ◦ green 117 ◦ blue 19

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

Shades of Pumpkin #FA7513

Tints of Pumpkin #FA7513

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.31%

 BLUE value IS 19 (7.81% from 255) = 4.92%

R = 64.77%
G = 30.31%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA7513 (or 0xFA7513) is known color: Pumpkin. HEX triplet: FA, 75 and 13. RGB value is (250,117,19). Sum of RGB (Red+Green+Blue) = 250+117+19=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7513 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7513 is #058AEC. Grayscale: #929292. Windows color (decimal): -363245 or 1275386. OLE color: 1275386.

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

Color convert

RGB 250 117 19 -
CMYK 0 0.53 0.92 0.02
HSL 25.45º 0.96% 0.53% -
HSV(B) 25.45º 0.92% 0.98% -
XYZ 45.9 33.09 4.58 -
YUV 145.6 56.56 202.47 -
System Red Green Blue C M Y K H S L
Decimal 250 117 19 0 0.53 0.92 0.02 25.45 0.96 0.53
Hex FA 75 13 0 35 5C 2 19 60 35
Octal 372 165 23 0 65 134 2 31 140 65
Binary 11111010 1110101 10011 0 110101 1011100 10 11001 1100000 110101

Color Harmonies of #FA7513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7513

Black with #FA7513

Text Example


Text Example

White with #FA7513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7513; }

 p { color: rgb(250,117,19); }

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

background-color css

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

 a { background-color: rgb(250,117,19); }

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

border-color css

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

 span { border-color: rgb(250,117,19); }

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