Html Css Color HEX #F06F1D Pumpkin

📋 copy color: '#F06F1D'

red 240 ◦ green 111 ◦ blue 29

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

Shades of Pumpkin #F06F1D

Tints of Pumpkin #F06F1D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.21%

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

R = 63.16%
G = 29.21%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F06F1D (or 0xF06F1D) is known color: Pumpkin. HEX triplet: F0, 6F and 1D. RGB value is (240,111,29). Sum of RGB (Red+Green+Blue) = 240+111+29=380 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.16% from 380); Green value is 111 (43.75% from 255 or 29.21% from 380); Blue value is 29 (11.72% from 255 or 7.63% from 380); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F1D is #0F90E2. Grayscale: #8C8C8C. Windows color (decimal): -1020131 or 1929200. OLE color: 1929200.

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

Color convert

RGB 240 111 29 -
CMYK 0 0.54 0.88 0.06
HSL 23.32º 0.88% 0.53% -
HSV(B) 23.32º 0.88% 0.94% -
XYZ 41.84 29.98 4.74 -
YUV 140.22 65.24 199.17 -
System Red Green Blue C M Y K H S L
Decimal 240 111 29 0 0.54 0.88 0.06 23.32 0.88 0.53
Hex F0 6F 1D 0 36 58 6 17 58 35
Octal 360 157 35 0 66 130 6 27 130 65
Binary 11110000 1101111 11101 0 110110 1011000 110 10111 1011000 110101

Color Harmonies of #F06F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F1D

Black with #F06F1D

Text Example


Text Example

White with #F06F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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