Html Css Color HEX #F07614 Pumpkin

📋 copy color: '#F07614'

red 240 ◦ green 118 ◦ blue 20

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

Shades of Pumpkin #F07614

Tints of Pumpkin #F07614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.29%

R = 63.49%
G = 31.22%
B = 5.29%

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

#F07614 (or 0xF07614) is known color: Pumpkin. HEX triplet: F0, 76 and 14. RGB value is (240,118,20). Sum of RGB (Red+Green+Blue) = 240+118+20=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F07614 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07614 is #0F89EB. Grayscale: #8F8F8F. Windows color (decimal): -1018348 or 1341168. OLE color: 1341168.

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

Color convert

RGB 240 118 20 -
CMYK 0 0.51 0.92 0.06
HSL 26.73º 0.88% 0.51% -
HSV(B) 26.73º 0.92% 0.94% -
XYZ 42.54 31.53 4.51 -
YUV 143.31 58.42 196.97 -
System Red Green Blue C M Y K H S L
Decimal 240 118 20 0 0.51 0.92 0.06 26.73 0.88 0.51
Hex F0 76 14 0 33 5C 6 1B 58 33
Octal 360 166 24 0 63 134 6 33 130 63
Binary 11110000 1110110 10100 0 110011 1011100 110 11011 1011000 110011

Color Harmonies of #F07614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07614

Black with #F07614

Text Example


Text Example

White with #F07614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07614; }

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

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

background-color css

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

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

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

border-color css

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

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

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