Html Css Color HEX #FA5E1A Pumpkin

📋 copy color: '#FA5E1A'

red 250 ◦ green 94 ◦ blue 26

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

Shades of Pumpkin #FA5E1A

Tints of Pumpkin #FA5E1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.03%

R = 67.57%
G = 25.41%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA5E1A (or 0xFA5E1A) is known color: Pumpkin. HEX triplet: FA, 5E and 1A. RGB value is (250,94,26). Sum of RGB (Red+Green+Blue) = 250+94+26=370 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.57% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E1A is #05A1E5. Grayscale: #858585. Windows color (decimal): -369126 or 1728250. OLE color: 1728250.

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

Color convert

RGB 250 94 26 -
CMYK 0 0.62 0.90 0.02
HSL 18.21º 0.96% 0.54% -
HSV(B) 18.21º 0.9% 0.98% -
XYZ 43.61 28.4 4.16 -
YUV 132.89 67.68 211.53 -
System Red Green Blue C M Y K H S L
Decimal 250 94 26 0 0.62 0.90 0.02 18.21 0.96 0.54
Hex FA 5E 1A 0 3E 5A 2 12 60 36
Octal 372 136 32 0 76 132 2 22 140 66
Binary 11111010 1011110 11010 0 111110 1011010 10 10010 1100000 110110

Color Harmonies of #FA5E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E1A

Black with #FA5E1A

Text Example


Text Example

White with #FA5E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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