Html Css Color HEX #F06714 Pumpkin

📋 copy color: '#F06714'

red 240 ◦ green 103 ◦ blue 20

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

Shades of Pumpkin #F06714

Tints of Pumpkin #F06714

RGB

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

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

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

R = 66.12%
G = 28.37%
B = 5.51%

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

#F06714 (or 0xF06714) is known color: Pumpkin. HEX triplet: F0, 67 and 14. RGB value is (240,103,20). Sum of RGB (Red+Green+Blue) = 240+103+20=363 (48% of max value = 765). Red value is 240 (94.14% from 255 or 66.12% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 240 - color contains mainly: red. Hex color #F06714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06714 is #0F98EB. Grayscale: #868686. Windows color (decimal): -1022188 or 1337328. OLE color: 1337328.

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

Color convert

RGB 240 103 20 -
CMYK 0 0.57 0.92 0.06
HSL 22.64º 0.88% 0.51% -
HSV(B) 22.64º 0.92% 0.94% -
XYZ 40.91 28.28 3.96 -
YUV 134.5 63.39 203.25 -
System Red Green Blue C M Y K H S L
Decimal 240 103 20 0 0.57 0.92 0.06 22.64 0.88 0.51
Hex F0 67 14 0 39 5C 6 17 58 33
Octal 360 147 24 0 71 134 6 27 130 63
Binary 11110000 1100111 10100 0 111001 1011100 110 10111 1011000 110011

Color Harmonies of #F06714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06714

Black with #F06714

Text Example


Text Example

White with #F06714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06714; }

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

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

background-color css

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

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

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

border-color css

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

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

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