Html Css Color HEX #F67115 Pumpkin

📋 copy color: '#F67115'

red 246 ◦ green 113 ◦ blue 21

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

Shades of Pumpkin #F67115

Tints of Pumpkin #F67115

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.74%

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

R = 64.74%
G = 29.74%
B = 5.53%

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

#F67115 (or 0xF67115) is known color: Pumpkin. HEX triplet: F6, 71 and 15. RGB value is (246,113,21). Sum of RGB (Red+Green+Blue) = 246+113+21=380 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.74% from 380); Green value is 113 (44.53% from 255 or 29.74% from 380); Blue value is 21 (8.59% from 255 or 5.53% from 380); Max value from RGB is 246 - color contains mainly: red. Hex color #F67115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67115 is #098EEA. Grayscale: #8E8E8E. Windows color (decimal): -626411 or 1405430. OLE color: 1405430.

HSL color Cylindrical-coordinate representation of color #F67115: hue angle of 24.53º 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 #F67115 is Cyan = 0, Magento = 0.54, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 113 21 -
CMYK 0 0.54 0.91 0.04
HSL 24.53º 0.93% 0.52% -
HSV(B) 24.53º 0.91% 0.96% -
XYZ 44.05 31.46 4.46 -
YUV 142.28 59.56 201.98 -
System Red Green Blue C M Y K H S L
Decimal 246 113 21 0 0.54 0.91 0.04 24.53 0.93 0.52
Hex F6 71 15 0 36 5B 4 19 5D 34
Octal 366 161 25 0 66 133 4 31 135 64
Binary 11110110 1110001 10101 0 110110 1011011 100 11001 1011101 110100

Color Harmonies of #F67115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67115

Black with #F67115

Text Example


Text Example

White with #F67115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67115; }

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

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

background-color css

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

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

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

border-color css

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

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

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