Html Css Color HEX #FA6413 Pumpkin

📋 copy color: '#FA6413'

red 250 ◦ green 100 ◦ blue 19

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

Shades of Pumpkin #FA6413

Tints of Pumpkin #FA6413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.1%

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

R = 67.75%
G = 27.1%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA6413 (or 0xFA6413) is known color: Pumpkin. HEX triplet: FA, 64 and 13. RGB value is (250,100,19). Sum of RGB (Red+Green+Blue) = 250+100+19=369 (48% of max value = 765). Red value is 250 (98.05% from 255 or 67.75% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA6413 is #059BEC. Grayscale: #888888. Windows color (decimal): -367597 or 1271034. OLE color: 1271034.

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

Color convert

RGB 250 100 19 -
CMYK 0 0.6 0.92 0.02
HSL 21.04º 0.96% 0.53% -
HSV(B) 21.04º 0.92% 0.98% -
XYZ 44.1 29.49 3.98 -
YUV 135.62 62.2 209.59 -
System Red Green Blue C M Y K H S L
Decimal 250 100 19 0 0.6 0.92 0.02 21.04 0.96 0.53
Hex FA 64 13 0 3C 5C 2 15 60 35
Octal 372 144 23 0 74 134 2 25 140 65
Binary 11111010 1100100 10011 0 111100 1011100 10 10101 1100000 110101

Color Harmonies of #FA6413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6413

Black with #FA6413

Text Example


Text Example

White with #FA6413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6413; }

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

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

background-color css

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

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

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

border-color css

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

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

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