Html Css Color HEX #F06514 Pumpkin

📋 copy color: '#F06514'

red 240 ◦ green 101 ◦ blue 20

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

Shades of Pumpkin #F06514

Tints of Pumpkin #F06514

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

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

R = 66.48%
G = 27.98%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F06514 (or 0xF06514) is known color: Pumpkin. HEX triplet: F0, 65 and 14. RGB value is (240,101,20). Sum of RGB (Red+Green+Blue) = 240+101+20=361 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.48% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 20 (8.20% from 255 or 5.54% from 361); Max value from RGB is 240 - color contains mainly: red. Hex color #F06514 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06514 is #0F9AEB. Grayscale: #858585. Windows color (decimal): -1022700 or 1336816. OLE color: 1336816.

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

Color convert

RGB 240 101 20 -
CMYK 0 0.58 0.92 0.06
HSL 22.09º 0.88% 0.51% -
HSV(B) 22.09º 0.92% 0.94% -
XYZ 40.72 27.88 3.9 -
YUV 133.33 64.05 204.09 -
System Red Green Blue C M Y K H S L
Decimal 240 101 20 0 0.58 0.92 0.06 22.09 0.88 0.51
Hex F0 65 14 0 3A 5C 6 16 58 33
Octal 360 145 24 0 72 134 6 26 130 63
Binary 11110000 1100101 10100 0 111010 1011100 110 10110 1011000 110011

Color Harmonies of #F06514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06514

Black with #F06514

Text Example


Text Example

White with #F06514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06514; }

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

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

background-color css

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

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

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

border-color css

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

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

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