Html Css Color HEX #FD701F Pumpkin

📋 copy color: '#FD701F'

red 253 ◦ green 112 ◦ blue 31

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

Shades of Pumpkin #FD701F

Tints of Pumpkin #FD701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 63.89%
G = 28.28%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD701F (or 0xFD701F) is known color: Pumpkin. HEX triplet: FD, 70 and 1F. RGB value is (253,112,31). Sum of RGB (Red+Green+Blue) = 253+112+31=396 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.89% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 253 - color contains mainly: red. Hex color #FD701F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD701F is #028FE0. Grayscale: #919191. Windows color (decimal): -167905 or 2060541. OLE color: 2060541.

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

Color convert

RGB 253 112 31 -
CMYK 0 0.56 0.88 0.01
HSL 21.89º 0.98% 0.56% -
HSV(B) 21.89º 0.88% 0.99% -
XYZ 46.55 32.57 5.13 -
YUV 144.93 63.71 205.09 -
System Red Green Blue C M Y K H S L
Decimal 253 112 31 0 0.56 0.88 0.01 21.89 0.98 0.56
Hex FD 70 1F 0 38 58 1 16 62 38
Octal 375 160 37 0 70 130 1 26 142 70
Binary 11111101 1110000 11111 0 111000 1011000 1 10110 1100010 111000

Color Harmonies of #FD701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD701F

Black with #FD701F

Text Example


Text Example

White with #FD701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD701F; }

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

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

background-color css

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

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

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

border-color css

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

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

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