Html Css Color HEX #F06F13 Pumpkin

📋 copy color: '#F06F13'

red 240 ◦ green 111 ◦ blue 19

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

Shades of Pumpkin #F06F13

Tints of Pumpkin #F06F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.14%

R = 64.86%
G = 30%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06F13 (or 0xF06F13) is known color: Pumpkin. HEX triplet: F0, 6F and 13. RGB value is (240,111,19). Sum of RGB (Red+Green+Blue) = 240+111+19=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 111 (43.75% from 255 or 30% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06F13 is #0F90EC. Grayscale: #8B8B8B. Windows color (decimal): -1020141 or 1273840. OLE color: 1273840.

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

Color convert

RGB 240 111 19 -
CMYK 0 0.54 0.92 0.06
HSL 24.98º 0.88% 0.51% -
HSV(B) 24.98º 0.92% 0.94% -
XYZ 41.74 29.94 4.2 -
YUV 139.08 60.24 199.98 -
System Red Green Blue C M Y K H S L
Decimal 240 111 19 0 0.54 0.92 0.06 24.98 0.88 0.51
Hex F0 6F 13 0 36 5C 6 19 58 33
Octal 360 157 23 0 66 134 6 31 130 63
Binary 11110000 1101111 10011 0 110110 1011100 110 11001 1011000 110011

Color Harmonies of #F06F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06F13

Black with #F06F13

Text Example


Text Example

White with #F06F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06F13; }

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

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

background-color css

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

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

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

border-color css

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

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

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