Html Css Color HEX #F67C0F Pumpkin

📋 copy color: '#F67C0F'

red 246 ◦ green 124 ◦ blue 15

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

Shades of Pumpkin #F67C0F

Tints of Pumpkin #F67C0F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 32.21%

 BLUE value IS 15 (6.25% from 255) = 3.9%

R = 63.9%
G = 32.21%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F67C0F (or 0xF67C0F) is known color: Pumpkin. HEX triplet: F6, 7C and 0F. RGB value is (246,124,15). Sum of RGB (Red+Green+Blue) = 246+124+15=385 (50% of max value = 765). Red value is 246 (96.48% from 255 or 63.90% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 15 (6.25% from 255 or 3.90% from 385); Max value from RGB is 246 - color contains mainly: red. Hex color #F67C0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67C0F is #0983F0. Grayscale: #949494. Windows color (decimal): -623601 or 1015030. OLE color: 1015030.

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

Color convert

RGB 246 124 15 -
CMYK 0 0.50 0.94 0.04
HSL 28.31º 0.93% 0.51% -
HSV(B) 28.31º 0.94% 0.96% -
XYZ 45.3 34.04 4.64 -
YUV 148.05 52.92 197.86 -
System Red Green Blue C M Y K H S L
Decimal 246 124 15 0 0.50 0.94 0.04 28.31 0.93 0.51
Hex F6 7C F 0 32 5E 4 1C 5D 33
Octal 366 174 17 0 62 136 4 34 135 63
Binary 11110110 1111100 1111 0 110010 1011110 100 11100 1011101 110011

Color Harmonies of #F67C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67C0F

Black with #F67C0F

Text Example


Text Example

White with #F67C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67C0F; }

 p { color: rgb(246,124,15); }

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

background-color css

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

 a { background-color: rgb(246,124,15); }

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

border-color css

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

 span { border-color: rgb(246,124,15); }

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