Html Css Color HEX #FA5E16 Pumpkin

📋 copy color: '#FA5E16'

red 250 ◦ green 94 ◦ blue 22

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

Shades of Pumpkin #FA5E16

Tints of Pumpkin #FA5E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.68%

 BLUE value IS 22 (8.98% from 255) = 6.01%

R = 68.31%
G = 25.68%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.91

 K value IS 0.02

RGB Variations

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

Color information

#FA5E16 (or 0xFA5E16) is known color: Pumpkin. HEX triplet: FA, 5E and 16. RGB value is (250,94,22). Sum of RGB (Red+Green+Blue) = 250+94+22=366 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.31% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 22 (8.98% from 255 or 6.01% from 366); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA5E16 is #05A1E9. Grayscale: #848484. Windows color (decimal): -369130 or 1466106. OLE color: 1466106.

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

Color convert

RGB 250 94 22 -
CMYK 0 0.62 0.91 0.02
HSL 18.95º 0.96% 0.53% -
HSV(B) 18.95º 0.91% 0.98% -
XYZ 43.57 28.39 3.94 -
YUV 132.44 65.68 211.85 -
System Red Green Blue C M Y K H S L
Decimal 250 94 22 0 0.62 0.91 0.02 18.95 0.96 0.53
Hex FA 5E 16 0 3E 5B 2 13 60 35
Octal 372 136 26 0 76 133 2 23 140 65
Binary 11111010 1011110 10110 0 111110 1011011 10 10011 1100000 110101

Color Harmonies of #FA5E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E16

Black with #FA5E16

Text Example


Text Example

White with #FA5E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E16; }

 p { color: rgb(250,94,22); }

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

background-color css

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

 a { background-color: rgb(250,94,22); }

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

border-color css

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

 span { border-color: rgb(250,94,22); }

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