Html Css Color HEX #FD6D1F Pumpkin

📋 copy color: '#FD6D1F'

red 253 ◦ green 109 ◦ blue 31

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

Shades of Pumpkin #FD6D1F

Tints of Pumpkin #FD6D1F

RGB

 RED value IS 253 (99.22% from 255) = 64.38%

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

 BLUE value IS 31 (12.5% from 255) = 7.89%

R = 64.38%
G = 27.74%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD6D1F (or 0xFD6D1F) is known color: Pumpkin. HEX triplet: FD, 6D and 1F. RGB value is (253,109,31). Sum of RGB (Red+Green+Blue) = 253+109+31=393 (52% of max value = 765). Red value is 253 (99.22% from 255 or 64.38% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 31 (12.5% from 255 or 7.89% from 393); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD6D1F is #0292E0. Grayscale: #8F8F8F. Windows color (decimal): -168673 or 2059773. OLE color: 2059773.

HSL color Cylindrical-coordinate representation of color #FD6D1F: hue angle of 21.08º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD6D1F is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 109 31 -
CMYK 0 0.57 0.88 0.01
HSL 21.08º 0.98% 0.56% -
HSV(B) 21.08º 0.88% 0.99% -
XYZ 46.22 31.92 5.02 -
YUV 143.16 64.71 206.34 -
System Red Green Blue C M Y K H S L
Decimal 253 109 31 0 0.57 0.88 0.01 21.08 0.98 0.56
Hex FD 6D 1F 0 39 58 1 15 62 38
Octal 375 155 37 0 71 130 1 25 142 70
Binary 11111101 1101101 11111 0 111001 1011000 1 10101 1100010 111000

Color Harmonies of #FD6D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD6D1F

Black with #FD6D1F

Text Example


Text Example

White with #FD6D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD6D1F; }

 p { color: rgb(253,109,31); }

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

background-color css

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

 a { background-color: rgb(253,109,31); }

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

border-color css

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

 span { border-color: rgb(253,109,31); }

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