Html Css Color HEX #F06D1D Pumpkin

📋 copy color: '#F06D1D'

red 240 ◦ green 109 ◦ blue 29

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

Shades of Pumpkin #F06D1D

Tints of Pumpkin #F06D1D

RGB

 RED value IS 240 (94.14% from 255) = 63.49%

 GREEN value IS 109 (42.97% from 255) = 28.84%

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

R = 63.49%
G = 28.84%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F06D1D (or 0xF06D1D) is known color: Pumpkin. HEX triplet: F0, 6D and 1D. RGB value is (240,109,29). Sum of RGB (Red+Green+Blue) = 240+109+29=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 29 (11.72% from 255 or 7.67% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D1D is #0F92E2. Grayscale: #8B8B8B. Windows color (decimal): -1020643 or 1928688. OLE color: 1928688.

HSL color Cylindrical-coordinate representation of color #F06D1D: hue angle of 22.75º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F06D1D is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 109 29 -
CMYK 0 0.55 0.88 0.06
HSL 22.75º 0.88% 0.53% -
HSV(B) 22.75º 0.88% 0.94% -
XYZ 41.63 29.55 4.67 -
YUV 139.05 65.9 200 -
System Red Green Blue C M Y K H S L
Decimal 240 109 29 0 0.55 0.88 0.06 22.75 0.88 0.53
Hex F0 6D 1D 0 37 58 6 17 58 35
Octal 360 155 35 0 67 130 6 27 130 65
Binary 11110000 1101101 11101 0 110111 1011000 110 10111 1011000 110101

Color Harmonies of #F06D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D1D

Black with #F06D1D

Text Example


Text Example

White with #F06D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D1D; }

 p { color: rgb(240,109,29); }

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

background-color css

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

 a { background-color: rgb(240,109,29); }

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

border-color css

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

 span { border-color: rgb(240,109,29); }

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