Html Css Color HEX #FA8514 Pumpkin

📋 copy color: '#FA8514'

red 250 ◦ green 133 ◦ blue 20

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

Shades of Pumpkin #FA8514

Tints of Pumpkin #FA8514

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33%

 BLUE value IS 20 (8.2% from 255) = 4.96%

R = 62.03%
G = 33%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA8514 (or 0xFA8514) is known color: Pumpkin. HEX triplet: FA, 85 and 14. RGB value is (250,133,20). Sum of RGB (Red+Green+Blue) = 250+133+20=403 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.03% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 20 (8.20% from 255 or 4.96% from 403); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8514 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA8514 is #057AEB. Grayscale: #9B9B9B. Windows color (decimal): -359148 or 1345018. OLE color: 1345018.

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

Color convert

RGB 250 133 20 -
CMYK 0 0.47 0.92 0.02
HSL 29.48º 0.96% 0.53% -
HSV(B) 29.48º 0.92% 0.98% -
XYZ 47.94 37.15 5.31 -
YUV 155.1 51.76 195.69 -
System Red Green Blue C M Y K H S L
Decimal 250 133 20 0 0.47 0.92 0.02 29.48 0.96 0.53
Hex FA 85 14 0 2F 5C 2 1D 60 35
Octal 372 205 24 0 57 134 2 35 140 65
Binary 11111010 10000101 10100 0 101111 1011100 10 11101 1100000 110101

Color Harmonies of #FA8514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8514

Black with #FA8514

Text Example


Text Example

White with #FA8514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8514; }

 p { color: rgb(250,133,20); }

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

background-color css

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

 a { background-color: rgb(250,133,20); }

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

border-color css

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

 span { border-color: rgb(250,133,20); }

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