Html Css Color HEX #F67F13 Pumpkin

📋 copy color: '#F67F13'

red 246 ◦ green 127 ◦ blue 19

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

Shades of Pumpkin #F67F13

Tints of Pumpkin #F67F13

RGB

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

 GREEN value IS 127 (50% from 255) = 32.4%

 BLUE value IS 19 (7.81% from 255) = 4.85%

R = 62.76%
G = 32.4%
B = 4.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F67F13 (or 0xF67F13) is known color: Pumpkin. HEX triplet: F6, 7F and 13. RGB value is (246,127,19). Sum of RGB (Red+Green+Blue) = 246+127+19=392 (51% of max value = 765). Red value is 246 (96.48% from 255 or 62.76% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 246 - color contains mainly: red. Hex color #F67F13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67F13 is #0980EC. Grayscale: #969696. Windows color (decimal): -622829 or 1277942. OLE color: 1277942.

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

Color convert

RGB 246 127 19 -
CMYK 0 0.48 0.92 0.04
HSL 28.55º 0.93% 0.52% -
HSV(B) 28.55º 0.92% 0.96% -
XYZ 45.71 34.82 4.93 -
YUV 150.27 53.92 196.28 -
System Red Green Blue C M Y K H S L
Decimal 246 127 19 0 0.48 0.92 0.04 28.55 0.93 0.52
Hex F6 7F 13 0 30 5C 4 1D 5D 34
Octal 366 177 23 0 60 134 4 35 135 64
Binary 11110110 1111111 10011 0 110000 1011100 100 11101 1011101 110100

Color Harmonies of #F67F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67F13

Black with #F67F13

Text Example


Text Example

White with #F67F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67F13; }

 p { color: rgb(246,127,19); }

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

background-color css

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

 a { background-color: rgb(246,127,19); }

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

border-color css

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

 span { border-color: rgb(246,127,19); }

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