Html Css Color HEX #F07613 Pumpkin

📋 copy color: '#F07613'

red 240 ◦ green 118 ◦ blue 19

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

Shades of Pumpkin #F07613

Tints of Pumpkin #F07613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.3%

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

R = 63.66%
G = 31.3%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07613 (or 0xF07613) is known color: Pumpkin. HEX triplet: F0, 76 and 13. RGB value is (240,118,19). Sum of RGB (Red+Green+Blue) = 240+118+19=377 (49% of max value = 765). Red value is 240 (94.14% from 255 or 63.66% from 377); Green value is 118 (46.48% from 255 or 31.30% from 377); Blue value is 19 (7.81% from 255 or 5.04% from 377); Max value from RGB is 240 - color contains mainly: red. Hex color #F07613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07613 is #0F89EC. Grayscale: #8F8F8F. Windows color (decimal): -1018349 or 1275632. OLE color: 1275632.

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

Color convert

RGB 240 118 19 -
CMYK 0 0.51 0.92 0.06
HSL 26.88º 0.88% 0.51% -
HSV(B) 26.88º 0.92% 0.94% -
XYZ 42.53 31.53 4.46 -
YUV 143.19 57.92 197.05 -
System Red Green Blue C M Y K H S L
Decimal 240 118 19 0 0.51 0.92 0.06 26.88 0.88 0.51
Hex F0 76 13 0 33 5C 6 1B 58 33
Octal 360 166 23 0 63 134 6 33 130 63
Binary 11110000 1110110 10011 0 110011 1011100 110 11011 1011000 110011

Color Harmonies of #F07613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07613

Black with #F07613

Text Example


Text Example

White with #F07613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07613; }

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

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

background-color css

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

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

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

border-color css

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

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

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