Html Css Color HEX #FA5E1D Pumpkin

📋 copy color: '#FA5E1D'

red 250 ◦ green 94 ◦ blue 29

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

Shades of Pumpkin #FA5E1D

Tints of Pumpkin #FA5E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.77%

R = 67.02%
G = 25.2%
B = 7.77%

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

#FA5E1D (or 0xFA5E1D) is known color: Pumpkin. HEX triplet: FA, 5E and 1D. RGB value is (250,94,29). Sum of RGB (Red+Green+Blue) = 250+94+29=373 (49% of max value = 765). Red value is 250 (98.05% from 255 or 67.02% from 373); Green value is 94 (37.11% from 255 or 25.20% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 250 - color contains mainly: red. Hex color #FA5E1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA5E1D is #05A1E2. Grayscale: #858585. Windows color (decimal): -369123 or 1924858. OLE color: 1924858.

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

Color convert

RGB 250 94 29 -
CMYK 0 0.62 0.88 0.02
HSL 17.65º 0.96% 0.55% -
HSV(B) 17.65º 0.88% 0.98% -
XYZ 43.65 28.42 4.35 -
YUV 133.23 69.18 211.29 -
System Red Green Blue C M Y K H S L
Decimal 250 94 29 0 0.62 0.88 0.02 17.65 0.96 0.55
Hex FA 5E 1D 0 3E 58 2 12 60 37
Octal 372 136 35 0 76 130 2 22 140 67
Binary 11111010 1011110 11101 0 111110 1011000 10 10010 1100000 110111

Color Harmonies of #FA5E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA5E1D

Black with #FA5E1D

Text Example


Text Example

White with #FA5E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA5E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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