Html Css Color HEX #F07413 Pumpkin

📋 copy color: '#F07413'

red 240 ◦ green 116 ◦ blue 19

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

Shades of Pumpkin #F07413

Tints of Pumpkin #F07413

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

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

R = 64%
G = 30.93%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F07413 (or 0xF07413) is known color: Pumpkin. HEX triplet: F0, 74 and 13. RGB value is (240,116,19). Sum of RGB (Red+Green+Blue) = 240+116+19=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 19 (7.81% from 255 or 5.07% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F07413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F07413 is #0F8BEC. Grayscale: #8E8E8E. Windows color (decimal): -1018861 or 1275120. OLE color: 1275120.

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

Color convert

RGB 240 116 19 -
CMYK 0 0.52 0.92 0.06
HSL 26.33º 0.88% 0.51% -
HSV(B) 26.33º 0.92% 0.94% -
XYZ 42.3 31.06 4.38 -
YUV 142.02 58.58 197.89 -
System Red Green Blue C M Y K H S L
Decimal 240 116 19 0 0.52 0.92 0.06 26.33 0.88 0.51
Hex F0 74 13 0 34 5C 6 1A 58 33
Octal 360 164 23 0 64 134 6 32 130 63
Binary 11110000 1110100 10011 0 110100 1011100 110 11010 1011000 110011

Color Harmonies of #F07413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F07413

Black with #F07413

Text Example


Text Example

White with #F07413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F07413; }

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

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

background-color css

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

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

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

border-color css

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

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

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