Html Css Color HEX #F67D10 Pumpkin

📋 copy color: '#F67D10'

red 246 ◦ green 125 ◦ blue 16

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

Shades of Pumpkin #F67D10

Tints of Pumpkin #F67D10

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.3%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 63.57%
G = 32.3%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F67D10 (or 0xF67D10) is known color: Pumpkin. HEX triplet: F6, 7D and 10. RGB value is (246,125,16). Sum of RGB (Red+Green+Blue) = 246+125+16=387 (51% of max value = 765). Red value is 246 (96.48% from 255 or 63.57% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 246 - color contains mainly: red. Hex color #F67D10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F67D10 is #0982EF. Grayscale: #959595. Windows color (decimal): -623344 or 1080822. OLE color: 1080822.

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

Color convert

RGB 246 125 16 -
CMYK 0 0.49 0.93 0.04
HSL 28.43º 0.93% 0.51% -
HSV(B) 28.43º 0.93% 0.96% -
XYZ 45.43 34.3 4.72 -
YUV 148.75 53.09 197.36 -
System Red Green Blue C M Y K H S L
Decimal 246 125 16 0 0.49 0.93 0.04 28.43 0.93 0.51
Hex F6 7D 10 0 31 5D 4 1C 5D 33
Octal 366 175 20 0 61 135 4 34 135 63
Binary 11110110 1111101 10000 0 110001 1011101 100 11100 1011101 110011

Color Harmonies of #F67D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F67D10

Black with #F67D10

Text Example


Text Example

White with #F67D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F67D10; }

 p { color: rgb(246,125,16); }

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

background-color css

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

 a { background-color: rgb(246,125,16); }

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

border-color css

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

 span { border-color: rgb(246,125,16); }

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