Html Css Color HEX #F6750D Pumpkin

📋 copy color: '#F6750D'

red 246 ◦ green 117 ◦ blue 13

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

Shades of Pumpkin #F6750D

Tints of Pumpkin #F6750D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 65.43%
G = 31.12%
B = 3.46%

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

#F6750D (or 0xF6750D) is known color: Pumpkin. HEX triplet: F6, 75 and 0D. RGB value is (246,117,13). Sum of RGB (Red+Green+Blue) = 246+117+13=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6750D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6750D is #098AF2. Grayscale: #909090. Windows color (decimal): -625395 or 882166. OLE color: 882166.

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

Color convert

RGB 246 117 13 -
CMYK 0 0.52 0.95 0.04
HSL 26.78º 0.93% 0.51% -
HSV(B) 26.78º 0.95% 0.96% -
XYZ 44.44 32.34 4.28 -
YUV 143.72 54.24 200.96 -
System Red Green Blue C M Y K H S L
Decimal 246 117 13 0 0.52 0.95 0.04 26.78 0.93 0.51
Hex F6 75 D 0 34 5F 4 1B 5D 33
Octal 366 165 15 0 64 137 4 33 135 63
Binary 11110110 1110101 1101 0 110100 1011111 100 11011 1011101 110011

Color Harmonies of #F6750D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6750D

Black with #F6750D

Text Example


Text Example

White with #F6750D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6750D; }

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

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

background-color css

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

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

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

border-color css

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

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

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