Html Css Color HEX #FA8113 Pumpkin

📋 copy color: '#FA8113'

red 250 ◦ green 129 ◦ blue 19

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

Shades of Pumpkin #FA8113

Tints of Pumpkin #FA8113

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.41%

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

R = 62.81%
G = 32.41%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8113 (or 0xFA8113) is known color: Pumpkin. HEX triplet: FA, 81 and 13. RGB value is (250,129,19). Sum of RGB (Red+Green+Blue) = 250+129+19=398 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.81% from 398); Green value is 129 (50.78% from 255 or 32.41% from 398); Blue value is 19 (7.81% from 255 or 4.77% from 398); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8113 is #057EEC. Grayscale: #999999. Windows color (decimal): -360173 or 1278458. OLE color: 1278458.

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

Color convert

RGB 250 129 19 -
CMYK 0 0.48 0.92 0.02
HSL 28.57º 0.96% 0.53% -
HSV(B) 28.57º 0.92% 0.98% -
XYZ 47.39 36.07 5.08 -
YUV 152.64 52.59 197.44 -
System Red Green Blue C M Y K H S L
Decimal 250 129 19 0 0.48 0.92 0.02 28.57 0.96 0.53
Hex FA 81 13 0 30 5C 2 1D 60 35
Octal 372 201 23 0 60 134 2 35 140 65
Binary 11111010 10000001 10011 0 110000 1011100 10 11101 1100000 110101

Color Harmonies of #FA8113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8113

Black with #FA8113

Text Example


Text Example

White with #FA8113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8113; }

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

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

background-color css

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

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

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

border-color css

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

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

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