Html Css Color HEX #F06713 Pumpkin

📋 copy color: '#F06713'

red 240 ◦ green 103 ◦ blue 19

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

Shades of Pumpkin #F06713

Tints of Pumpkin #F06713

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.45%

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

R = 66.3%
G = 28.45%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06713 (or 0xF06713) is known color: Pumpkin. HEX triplet: F0, 67 and 13. RGB value is (240,103,19). Sum of RGB (Red+Green+Blue) = 240+103+19=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 19 (7.81% from 255 or 5.25% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06713 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06713 is #0F98EC. Grayscale: #868686. Windows color (decimal): -1022189 or 1271792. OLE color: 1271792.

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

Color convert

RGB 240 103 19 -
CMYK 0 0.57 0.92 0.06
HSL 22.81º 0.88% 0.51% -
HSV(B) 22.81º 0.92% 0.94% -
XYZ 40.9 28.27 3.92 -
YUV 134.39 62.89 203.33 -
System Red Green Blue C M Y K H S L
Decimal 240 103 19 0 0.57 0.92 0.06 22.81 0.88 0.51
Hex F0 67 13 0 39 5C 6 17 58 33
Octal 360 147 23 0 71 134 6 27 130 63
Binary 11110000 1100111 10011 0 111001 1011100 110 10111 1011000 110011

Color Harmonies of #F06713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06713

Black with #F06713

Text Example


Text Example

White with #F06713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06713; }

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

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

background-color css

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

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

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

border-color css

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

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

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