Html Css Color HEX #F67215 Pumpkin

📋 copy color: '#F67215'

red 246 ◦ green 114 ◦ blue 21

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

Shades of Pumpkin #F67215

Tints of Pumpkin #F67215

RGB

 RED value IS 246 (96.48% from 255) = 64.57%

 GREEN value IS 114 (44.92% from 255) = 29.92%

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

R = 64.57%
G = 29.92%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F67215 (or 0xF67215) is known color: Pumpkin. HEX triplet: F6, 72 and 15. RGB value is (246,114,21). Sum of RGB (Red+Green+Blue) = 246+114+21=381 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.57% from 381); Green value is 114 (44.92% from 255 or 29.92% from 381); Blue value is 21 (8.59% from 255 or 5.51% from 381); Max value from RGB is 246 - color contains mainly: red. Hex color #F67215 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67215 is #098DEA. Grayscale: #8F8F8F. Windows color (decimal): -626155 or 1405686. OLE color: 1405686.

HSL color Cylindrical-coordinate representation of color #F67215: hue angle of 24.8º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F67215 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 114 21 -
CMYK 0 0.54 0.91 0.04
HSL 24.8º 0.93% 0.52% -
HSV(B) 24.8º 0.91% 0.96% -
XYZ 44.16 31.68 4.5 -
YUV 142.87 59.23 201.56 -
System Red Green Blue C M Y K H S L
Decimal 246 114 21 0 0.54 0.91 0.04 24.8 0.93 0.52
Hex F6 72 15 0 36 5B 4 19 5D 34
Octal 366 162 25 0 66 133 4 31 135 64
Binary 11110110 1110010 10101 0 110110 1011011 100 11001 1011101 110100

Color Harmonies of #F67215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67215

Black with #F67215

Text Example


Text Example

White with #F67215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67215; }

 p { color: rgb(246,114,21); }

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

background-color css

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

 a { background-color: rgb(246,114,21); }

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

border-color css

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

 span { border-color: rgb(246,114,21); }

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