Html Css Color HEX #F06F10 Pumpkin

📋 copy color: '#F06F10'

red 240 ◦ green 111 ◦ blue 16

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

Shades of Pumpkin #F06F10

Tints of Pumpkin #F06F10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.36%

R = 65.4%
G = 30.25%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F06F10 (or 0xF06F10) is known color: Pumpkin. HEX triplet: F0, 6F and 10. RGB value is (240,111,16). Sum of RGB (Red+Green+Blue) = 240+111+16=367 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.40% from 367); Green value is 111 (43.75% from 255 or 30.25% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F10 is #0F90EF. Grayscale: #8B8B8B. Windows color (decimal): -1020144 or 1077232. OLE color: 1077232.

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

Color convert

RGB 240 111 16 -
CMYK 0 0.54 0.93 0.06
HSL 25.45º 0.88% 0.5% -
HSV(B) 25.45º 0.93% 0.94% -
XYZ 41.71 29.93 4.07 -
YUV 138.74 58.74 200.22 -
System Red Green Blue C M Y K H S L
Decimal 240 111 16 0 0.54 0.93 0.06 25.45 0.88 0.5
Hex F0 6F 10 0 36 5D 6 19 58 32
Octal 360 157 20 0 66 135 6 31 130 62
Binary 11110000 1101111 10000 0 110110 1011101 110 11001 1011000 110010

Color Harmonies of #F06F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F10

Black with #F06F10

Text Example


Text Example

White with #F06F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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