Html Css Color HEX #FD7F1D Pumpkin

📋 copy color: '#FD7F1D'

red 253 ◦ green 127 ◦ blue 29

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

Shades of Pumpkin #FD7F1D

Tints of Pumpkin #FD7F1D

RGB

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

 GREEN value IS 127 (50% from 255) = 31.05%

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

R = 61.86%
G = 31.05%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FD7F1D (or 0xFD7F1D) is known color: Pumpkin. HEX triplet: FD, 7F and 1D. RGB value is (253,127,29). Sum of RGB (Red+Green+Blue) = 253+127+29=409 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.86% from 409); Green value is 127 (50% from 255 or 31.05% from 409); Blue value is 29 (11.72% from 255 or 7.09% from 409); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7F1D is #0280E2. Grayscale: #9A9A9A. Windows color (decimal): -164067 or 1933309. OLE color: 1933309.

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

Color convert

RGB 253 127 29 -
CMYK 0 0.50 0.89 0.01
HSL 26.25º 0.98% 0.55% -
HSV(B) 26.25º 0.89% 0.99% -
XYZ 48.32 36.15 5.59 -
YUV 153.5 57.74 198.97 -
System Red Green Blue C M Y K H S L
Decimal 253 127 29 0 0.50 0.89 0.01 26.25 0.98 0.55
Hex FD 7F 1D 0 32 59 1 1A 62 37
Octal 375 177 35 0 62 131 1 32 142 67
Binary 11111101 1111111 11101 0 110010 1011001 1 11010 1100010 110111

Color Harmonies of #FD7F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD7F1D

Black with #FD7F1D

Text Example


Text Example

White with #FD7F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD7F1D; }

 p { color: rgb(253,127,29); }

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

background-color css

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

 a { background-color: rgb(253,127,29); }

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

border-color css

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

 span { border-color: rgb(253,127,29); }

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