Html Css Color HEX #F75D1D Pumpkin

📋 copy color: '#F75D1D'

red 247 ◦ green 93 ◦ blue 29

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

Shades of Pumpkin #F75D1D

Tints of Pumpkin #F75D1D

RGB

 RED value IS 247 (96.88% from 255) = 66.94%

 GREEN value IS 93 (36.72% from 255) = 25.2%

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

R = 66.94%
G = 25.2%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.03

RGB Variations

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

Color information

#F75D1D (or 0xF75D1D) is known color: Pumpkin. HEX triplet: F7, 5D and 1D. RGB value is (247,93,29). Sum of RGB (Red+Green+Blue) = 247+93+29=369 (48% of max value = 765). Red value is 247 (96.88% from 255 or 66.94% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 247 - color contains mainly: red. Hex color #F75D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F75D1D is #08A2E2. Grayscale: #848484. Windows color (decimal): -565987 or 1924599. OLE color: 1924599.

HSL color Cylindrical-coordinate representation of color #F75D1D: hue angle of 17.61º degrees, saturation: 0.93, 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 #F75D1D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 93 29 -
CMYK 0 0.62 0.88 0.03
HSL 17.61º 0.93% 0.54% -
HSV(B) 17.61º 0.88% 0.97% -
XYZ 42.49 27.69 4.27 -
YUV 131.75 70.02 210.2 -
System Red Green Blue C M Y K H S L
Decimal 247 93 29 0 0.62 0.88 0.03 17.61 0.93 0.54
Hex F7 5D 1D 0 3E 58 3 12 5D 36
Octal 367 135 35 0 76 130 3 22 135 66
Binary 11110111 1011101 11101 0 111110 1011000 11 10010 1011101 110110

Color Harmonies of #F75D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F75D1D

Black with #F75D1D

Text Example


Text Example

White with #F75D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F75D1D; }

 p { color: rgb(247,93,29); }

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

background-color css

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

 a { background-color: rgb(247,93,29); }

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

border-color css

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

 span { border-color: rgb(247,93,29); }

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