Html Css Color HEX #F25D1D Pumpkin

📋 copy color: '#F25D1D'

red 242 ◦ green 93 ◦ blue 29

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

Shades of Pumpkin #F25D1D

Tints of Pumpkin #F25D1D

RGB

 RED value IS 242 (94.92% from 255) = 66.48%

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

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

R = 66.48%
G = 25.55%
B = 7.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F25D1D (or 0xF25D1D) is known color: Pumpkin. HEX triplet: F2, 5D and 1D. RGB value is (242,93,29). Sum of RGB (Red+Green+Blue) = 242+93+29=364 (48% of max value = 765). Red value is 242 (94.92% from 255 or 66.48% from 364); Green value is 93 (36.72% from 255 or 25.55% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 242 - color contains mainly: red. Hex color #F25D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F25D1D is #0DA2E2. Grayscale: #828282. Windows color (decimal): -893667 or 1924594. OLE color: 1924594.

HSL color Cylindrical-coordinate representation of color #F25D1D: hue angle of 18.03º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F25D1D is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 93 29 -
CMYK 0 0.62 0.88 0.05
HSL 18.03º 0.89% 0.53% -
HSV(B) 18.03º 0.88% 0.95% -
XYZ 40.75 26.79 4.19 -
YUV 130.26 70.86 207.7 -
System Red Green Blue C M Y K H S L
Decimal 242 93 29 0 0.62 0.88 0.05 18.03 0.89 0.53
Hex F2 5D 1D 0 3E 58 5 12 59 35
Octal 362 135 35 0 76 130 5 22 131 65
Binary 11110010 1011101 11101 0 111110 1011000 101 10010 1011001 110101

Color Harmonies of #F25D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F25D1D

Black with #F25D1D

Text Example


Text Example

White with #F25D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F25D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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