Html Css Color HEX #F87D1D Pumpkin

📋 copy color: '#F87D1D'

red 248 ◦ green 125 ◦ blue 29

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

Shades of Pumpkin #F87D1D

Tints of Pumpkin #F87D1D

RGB

 RED value IS 248 (97.27% from 255) = 61.69%

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

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

R = 61.69%
G = 31.09%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F87D1D (or 0xF87D1D) is known color: Pumpkin. HEX triplet: F8, 7D and 1D. RGB value is (248,125,29). Sum of RGB (Red+Green+Blue) = 248+125+29=402 (53% of max value = 765). Red value is 248 (97.27% from 255 or 61.69% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 248 - color contains mainly: red. Hex color #F87D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87D1D is #0782E2. Grayscale: #979797. Windows color (decimal): -492259 or 1932792. OLE color: 1932792.

HSL color Cylindrical-coordinate representation of color #F87D1D: hue angle of 26.3º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F87D1D is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 125 29 -
CMYK 0 0.50 0.88 0.03
HSL 26.3º 0.94% 0.54% -
HSV(B) 26.3º 0.88% 0.97% -
XYZ 46.27 34.71 5.42 -
YUV 150.83 59.25 197.31 -
System Red Green Blue C M Y K H S L
Decimal 248 125 29 0 0.50 0.88 0.03 26.3 0.94 0.54
Hex F8 7D 1D 0 32 58 3 1A 5E 36
Octal 370 175 35 0 62 130 3 32 136 66
Binary 11111000 1111101 11101 0 110010 1011000 11 11010 1011110 110110

Color Harmonies of #F87D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F87D1D

Black with #F87D1D

Text Example


Text Example

White with #F87D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F87D1D; }

 p { color: rgb(248,125,29); }

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

background-color css

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

 a { background-color: rgb(248,125,29); }

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

border-color css

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

 span { border-color: rgb(248,125,29); }

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