Html Css Color HEX #FD7D1F Pumpkin

📋 copy color: '#FD7D1F'

red 253 ◦ green 125 ◦ blue 31

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

Shades of Pumpkin #FD7D1F

Tints of Pumpkin #FD7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.56%

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

R = 61.86%
G = 30.56%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FD7D1F (or 0xFD7D1F) is known color: Pumpkin. HEX triplet: FD, 7D and 1F. RGB value is (253,125,31). Sum of RGB (Red+Green+Blue) = 253+125+31=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 125 (49.22% from 255 or 30.56% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7D1F is #0282E0. Grayscale: #999999. Windows color (decimal): -164577 or 2063869. OLE color: 2063869.

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

Color convert

RGB 253 125 31 -
CMYK 0 0.51 0.88 0.01
HSL 25.41º 0.98% 0.56% -
HSV(B) 25.41º 0.88% 0.99% -
XYZ 48.09 35.65 5.64 -
YUV 152.56 59.41 199.64 -
System Red Green Blue C M Y K H S L
Decimal 253 125 31 0 0.51 0.88 0.01 25.41 0.98 0.56
Hex FD 7D 1F 0 33 58 1 19 62 38
Octal 375 175 37 0 63 130 1 31 142 70
Binary 11111101 1111101 11111 0 110011 1011000 1 11001 1100010 111000

Color Harmonies of #FD7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7D1F

Black with #FD7D1F

Text Example


Text Example

White with #FD7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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