Html Css Color HEX #FA8121 Pumpkin

📋 copy color: '#FA8121'

red 250 ◦ green 129 ◦ blue 33

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

Shades of Pumpkin #FA8121

Tints of Pumpkin #FA8121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.01%

R = 60.68%
G = 31.31%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FA8121 (or 0xFA8121) is known color: Pumpkin. HEX triplet: FA, 81 and 21. RGB value is (250,129,33). Sum of RGB (Red+Green+Blue) = 250+129+33=412 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.68% from 412); Green value is 129 (50.78% from 255 or 31.31% from 412); Blue value is 33 (13.28% from 255 or 8.01% from 412); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA8121 is #057EDE. Grayscale: #9A9A9A. Windows color (decimal): -360159 or 2195962. OLE color: 2195962.

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

Color convert

RGB 250 129 33 -
CMYK 0 0.48 0.87 0.02
HSL 26.54º 0.96% 0.55% -
HSV(B) 26.54º 0.87% 0.98% -
XYZ 47.55 36.13 5.91 -
YUV 154.24 59.59 196.31 -
System Red Green Blue C M Y K H S L
Decimal 250 129 33 0 0.48 0.87 0.02 26.54 0.96 0.55
Hex FA 81 21 0 30 57 2 1B 60 37
Octal 372 201 41 0 60 127 2 33 140 67
Binary 11111010 10000001 100001 0 110000 1010111 10 11011 1100000 110111

Color Harmonies of #FA8121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8121

Black with #FA8121

Text Example


Text Example

White with #FA8121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8121; }

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

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

background-color css

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

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

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

border-color css

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

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

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