Html Css Color HEX #F06F1F Pumpkin

📋 copy color: '#F06F1F'

red 240 ◦ green 111 ◦ blue 31

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

Shades of Pumpkin #F06F1F

Tints of Pumpkin #F06F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.12%

R = 62.83%
G = 29.06%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F06F1F (or 0xF06F1F) is known color: Pumpkin. HEX triplet: F0, 6F and 1F. RGB value is (240,111,31). Sum of RGB (Red+Green+Blue) = 240+111+31=382 (50% of max value = 765). Red value is 240 (94.14% from 255 or 62.83% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 31 (12.5% from 255 or 8.12% from 382); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F1F is #0F90E0. Grayscale: #8C8C8C. Windows color (decimal): -1020129 or 2060272. OLE color: 2060272.

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

Color convert

RGB 240 111 31 -
CMYK 0 0.54 0.87 0.06
HSL 22.97º 0.87% 0.53% -
HSV(B) 22.97º 0.87% 0.94% -
XYZ 41.87 29.99 4.88 -
YUV 140.45 66.24 199 -
System Red Green Blue C M Y K H S L
Decimal 240 111 31 0 0.54 0.87 0.06 22.97 0.87 0.53
Hex F0 6F 1F 0 36 57 6 17 57 35
Octal 360 157 37 0 66 127 6 27 127 65
Binary 11110000 1101111 11111 0 110110 1010111 110 10111 1010111 110101

Color Harmonies of #F06F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F1F

Black with #F06F1F

Text Example


Text Example

White with #F06F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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