Html Css Color HEX #F07813 Pumpkin

📋 copy color: '#F07813'

red 240 ◦ green 120 ◦ blue 19

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

Shades of Pumpkin #F07813

Tints of Pumpkin #F07813

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 63.32%
G = 31.66%
B = 5.01%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07813 (or 0xF07813) is known color: Pumpkin. HEX triplet: F0, 78 and 13. RGB value is (240,120,19). Sum of RGB (Red+Green+Blue) = 240+120+19=379 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.32% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 240 - color contains mainly: red. Hex color #F07813 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07813 is #0F87EC. Grayscale: #909090. Windows color (decimal): -1017837 or 1276144. OLE color: 1276144.

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

Color convert

RGB 240 120 19 -
CMYK 0 0.5 0.92 0.06
HSL 27.42º 0.88% 0.51% -
HSV(B) 27.42º 0.92% 0.94% -
XYZ 42.77 32.01 4.54 -
YUV 144.37 57.26 196.21 -
System Red Green Blue C M Y K H S L
Decimal 240 120 19 0 0.5 0.92 0.06 27.42 0.88 0.51
Hex F0 78 13 0 32 5C 6 1B 58 33
Octal 360 170 23 0 62 134 6 33 130 63
Binary 11110000 1111000 10011 0 110010 1011100 110 11011 1011000 110011

Color Harmonies of #F07813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07813

Black with #F07813

Text Example


Text Example

White with #F07813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07813; }

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

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

background-color css

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

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

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

border-color css

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

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

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