Html Css Color HEX #F06D1C Pumpkin

📋 copy color: '#F06D1C'

red 240 ◦ green 109 ◦ blue 28

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

Shades of Pumpkin #F06D1C

Tints of Pumpkin #F06D1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.43%

R = 63.66%
G = 28.91%
B = 7.43%

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

#F06D1C (or 0xF06D1C) is known color: Pumpkin. HEX triplet: F0, 6D and 1C. RGB value is (240,109,28). Sum of RGB (Red+Green+Blue) = 240+109+28=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 28 (11.33% from 255 or 7.43% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06D1C is #0F92E3. Grayscale: #8B8B8B. Windows color (decimal): -1020644 or 1863152. OLE color: 1863152.

HSL color Cylindrical-coordinate representation of color #F06D1C: hue angle of 22.92º 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 #F06D1C is Cyan = 0, Magento = 0.55, Yellow = 0.88 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 109 28 -
CMYK 0 0.55 0.88 0.06
HSL 22.92º 0.88% 0.53% -
HSV(B) 22.92º 0.88% 0.94% -
XYZ 41.61 29.55 4.61 -
YUV 138.94 65.4 200.09 -
System Red Green Blue C M Y K H S L
Decimal 240 109 28 0 0.55 0.88 0.06 22.92 0.88 0.53
Hex F0 6D 1C 0 37 58 6 17 58 35
Octal 360 155 34 0 67 130 6 27 130 65
Binary 11110000 1101101 11100 0 110111 1011000 110 10111 1011000 110101

Color Harmonies of #F06D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06D1C

Black with #F06D1C

Text Example


Text Example

White with #F06D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06D1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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