Html Css Color HEX #F06515 Pumpkin

📋 copy color: '#F06515'

red 240 ◦ green 101 ◦ blue 21

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

Shades of Pumpkin #F06515

Tints of Pumpkin #F06515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.8%

R = 66.3%
G = 27.9%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#F06515 (or 0xF06515) is known color: Pumpkin. HEX triplet: F0, 65 and 15. RGB value is (240,101,21). Sum of RGB (Red+Green+Blue) = 240+101+21=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06515 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06515 is #0F9AEA. Grayscale: #858585. Windows color (decimal): -1022699 or 1402352. OLE color: 1402352.

HSL color Cylindrical-coordinate representation of color #F06515: hue angle of 21.92º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F06515 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 101 21 -
CMYK 0 0.58 0.91 0.06
HSL 21.92º 0.88% 0.51% -
HSV(B) 21.92º 0.91% 0.94% -
XYZ 40.72 27.89 3.95 -
YUV 133.44 64.55 204 -
System Red Green Blue C M Y K H S L
Decimal 240 101 21 0 0.58 0.91 0.06 21.92 0.88 0.51
Hex F0 65 15 0 3A 5B 6 16 58 33
Octal 360 145 25 0 72 133 6 26 130 63
Binary 11110000 1100101 10101 0 111010 1011011 110 10110 1011000 110011

Color Harmonies of #F06515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06515

Black with #F06515

Text Example


Text Example

White with #F06515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06515; }

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

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

background-color css

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

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

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

border-color css

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

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

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