Html Css Color HEX #F6750C Pumpkin

📋 copy color: '#F6750C'

red 246 ◦ green 117 ◦ blue 12

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

Shades of Pumpkin #F6750C

Tints of Pumpkin #F6750C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.2%

 BLUE value IS 12 (5.08% from 255) = 3.2%

R = 65.6%
G = 31.2%
B = 3.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6750C (or 0xF6750C) is known color: Pumpkin. HEX triplet: F6, 75 and 0C. RGB value is (246,117,12). Sum of RGB (Red+Green+Blue) = 246+117+12=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 12 (5.08% from 255 or 3.2% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6750C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6750C is #098AF3. Grayscale: #909090. Windows color (decimal): -625396 or 816630. OLE color: 816630.

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

Color convert

RGB 246 117 12 -
CMYK 0 0.52 0.95 0.04
HSL 26.92º 0.93% 0.51% -
HSV(B) 26.92º 0.95% 0.96% -
XYZ 44.43 32.34 4.25 -
YUV 143.6 53.74 201.04 -
System Red Green Blue C M Y K H S L
Decimal 246 117 12 0 0.52 0.95 0.04 26.92 0.93 0.51
Hex F6 75 C 0 34 5F 4 1B 5D 33
Octal 366 165 14 0 64 137 4 33 135 63
Binary 11110110 1110101 1100 0 110100 1011111 100 11011 1011101 110011

Color Harmonies of #F6750C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6750C

Black with #F6750C

Text Example


Text Example

White with #F6750C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6750C; }

 p { color: rgb(246,117,12); }

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

background-color css

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

 a { background-color: rgb(246,117,12); }

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

border-color css

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

 span { border-color: rgb(246,117,12); }

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