Html Css Color HEX #FA6D1D Pumpkin

📋 copy color: '#FA6D1D'

red 250 ◦ green 109 ◦ blue 29

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

Shades of Pumpkin #FA6D1D

Tints of Pumpkin #FA6D1D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.09%

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

R = 64.43%
G = 28.09%
B = 7.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA6D1D (or 0xFA6D1D) is known color: Pumpkin. HEX triplet: FA, 6D and 1D. RGB value is (250,109,29). Sum of RGB (Red+Green+Blue) = 250+109+29=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 29 (11.72% from 255 or 7.47% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D1D is #0592E2. Grayscale: #8E8E8E. Windows color (decimal): -365283 or 1928698. OLE color: 1928698.

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

Color convert

RGB 250 109 29 -
CMYK 0 0.56 0.88 0.02
HSL 21.72º 0.96% 0.55% -
HSV(B) 21.72º 0.88% 0.98% -
XYZ 45.11 31.35 4.84 -
YUV 142.04 64.21 205 -
System Red Green Blue C M Y K H S L
Decimal 250 109 29 0 0.56 0.88 0.02 21.72 0.96 0.55
Hex FA 6D 1D 0 38 58 2 16 60 37
Octal 372 155 35 0 70 130 2 26 140 67
Binary 11111010 1101101 11101 0 111000 1011000 10 10110 1100000 110111

Color Harmonies of #FA6D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA6D1D

Black with #FA6D1D

Text Example


Text Example

White with #FA6D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA6D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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