Html Css Color HEX #FA5E1E Pumpkin

📋 copy color: '#FA5E1E'

red 250 ◦ green 94 ◦ blue 30

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

Shades of Pumpkin #FA5E1E

Tints of Pumpkin #FA5E1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.02%

R = 66.84%
G = 25.13%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA5E1E (or 0xFA5E1E) is known color: Pumpkin. HEX triplet: FA, 5E and 1E. RGB value is (250,94,30). Sum of RGB (Red+Green+Blue) = 250+94+30=374 (49% of max value = 765). Red value is 250 (98.05% from 255 or 66.84% from 374); Green value is 94 (37.11% from 255 or 25.13% from 374); Blue value is 30 (12.11% from 255 or 8.02% from 374); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E1E is #05A1E1. Grayscale: #858585. Windows color (decimal): -369122 or 1990394. OLE color: 1990394.

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

Color convert

RGB 250 94 30 -
CMYK 0 0.62 0.88 0.02
HSL 17.45º 0.96% 0.55% -
HSV(B) 17.45º 0.88% 0.98% -
XYZ 43.66 28.42 4.41 -
YUV 133.35 69.68 211.2 -
System Red Green Blue C M Y K H S L
Decimal 250 94 30 0 0.62 0.88 0.02 17.45 0.96 0.55
Hex FA 5E 1E 0 3E 58 2 11 60 37
Octal 372 136 36 0 76 130 2 21 140 67
Binary 11111010 1011110 11110 0 111110 1011000 10 10001 1100000 110111

Color Harmonies of #FA5E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E1E

Black with #FA5E1E

Text Example


Text Example

White with #FA5E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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