Html Css Color HEX #F06913 Pumpkin

📋 copy color: '#F06913'

red 240 ◦ green 105 ◦ blue 19

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

Shades of Pumpkin #F06913

Tints of Pumpkin #F06913

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.85%

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

R = 65.93%
G = 28.85%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06913 (or 0xF06913) is known color: Pumpkin. HEX triplet: F0, 69 and 13. RGB value is (240,105,19). Sum of RGB (Red+Green+Blue) = 240+105+19=364 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.93% from 364); Green value is 105 (41.41% from 255 or 28.85% from 364); Blue value is 19 (7.81% from 255 or 5.22% from 364); Max value from RGB is 240 - color contains mainly: red. Hex color #F06913 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06913 is #0F96EC. Grayscale: #888888. Windows color (decimal): -1021677 or 1272304. OLE color: 1272304.

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

Color convert

RGB 240 105 19 -
CMYK 0 0.56 0.92 0.06
HSL 23.35º 0.88% 0.51% -
HSV(B) 23.35º 0.92% 0.94% -
XYZ 41.1 28.68 3.98 -
YUV 135.56 62.23 202.49 -
System Red Green Blue C M Y K H S L
Decimal 240 105 19 0 0.56 0.92 0.06 23.35 0.88 0.51
Hex F0 69 13 0 38 5C 6 17 58 33
Octal 360 151 23 0 70 134 6 27 130 63
Binary 11110000 1101001 10011 0 111000 1011100 110 10111 1011000 110011

Color Harmonies of #F06913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06913

Black with #F06913

Text Example


Text Example

White with #F06913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06913; }

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

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

background-color css

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

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

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

border-color css

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

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

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