Html Css Color HEX #F06914 Pumpkin

📋 copy color: '#F06914'

red 240 ◦ green 105 ◦ blue 20

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

Shades of Pumpkin #F06914

Tints of Pumpkin #F06914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

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

R = 65.75%
G = 28.77%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06914 (or 0xF06914) is known color: Pumpkin. HEX triplet: F0, 69 and 14. RGB value is (240,105,20). Sum of RGB (Red+Green+Blue) = 240+105+20=365 (48% of max value = 765). Red value is 240 (94.14% from 255 or 65.75% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 240 - color contains mainly: red. Hex color #F06914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06914 is #0F96EB. Grayscale: #888888. Windows color (decimal): -1021676 or 1337840. OLE color: 1337840.

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

Color convert

RGB 240 105 20 -
CMYK 0 0.56 0.92 0.06
HSL 23.18º 0.88% 0.51% -
HSV(B) 23.18º 0.92% 0.94% -
XYZ 41.11 28.68 4.03 -
YUV 135.68 62.73 202.41 -
System Red Green Blue C M Y K H S L
Decimal 240 105 20 0 0.56 0.92 0.06 23.18 0.88 0.51
Hex F0 69 14 0 38 5C 6 17 58 33
Octal 360 151 24 0 70 134 6 27 130 63
Binary 11110000 1101001 10100 0 111000 1011100 110 10111 1011000 110011

Color Harmonies of #F06914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06914

Black with #F06914

Text Example


Text Example

White with #F06914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06914; }

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

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

background-color css

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

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

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

border-color css

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

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

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