Html Css Color HEX #FA8110 Pumpkin

📋 copy color: '#FA8110'

red 250 ◦ green 129 ◦ blue 16

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

Shades of Pumpkin #FA8110

Tints of Pumpkin #FA8110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.05%

R = 63.29%
G = 32.66%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#FA8110 (or 0xFA8110) is known color: Pumpkin. HEX triplet: FA, 81 and 10. RGB value is (250,129,16). Sum of RGB (Red+Green+Blue) = 250+129+16=395 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.29% from 395); Green value is 129 (50.78% from 255 or 32.66% from 395); Blue value is 16 (6.64% from 255 or 4.05% from 395); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8110 is #057EEF. Grayscale: #989898. Windows color (decimal): -360176 or 1081850. OLE color: 1081850.

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

Color convert

RGB 250 129 16 -
CMYK 0 0.48 0.94 0.02
HSL 28.97º 0.96% 0.52% -
HSV(B) 28.97º 0.94% 0.98% -
XYZ 47.37 36.06 4.95 -
YUV 152.3 51.09 197.69 -
System Red Green Blue C M Y K H S L
Decimal 250 129 16 0 0.48 0.94 0.02 28.97 0.96 0.52
Hex FA 81 10 0 30 5E 2 1D 60 34
Octal 372 201 20 0 60 136 2 35 140 64
Binary 11111010 10000001 10000 0 110000 1011110 10 11101 1100000 110100

Color Harmonies of #FA8110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8110

Black with #FA8110

Text Example


Text Example

White with #FA8110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8110; }

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

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

background-color css

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

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

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

border-color css

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

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

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