Html Css Color HEX #F6780D Pumpkin

📋 copy color: '#F6780D'

red 246 ◦ green 120 ◦ blue 13

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

Shades of Pumpkin #F6780D

Tints of Pumpkin #F6780D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 31.66%

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

R = 64.91%
G = 31.66%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F6780D (or 0xF6780D) is known color: Pumpkin. HEX triplet: F6, 78 and 0D. RGB value is (246,120,13). Sum of RGB (Red+Green+Blue) = 246+120+13=379 (50% of max value = 765). Red value is 246 (96.48% from 255 or 64.91% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 246 - color contains mainly: red. Hex color #F6780D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6780D is #0987F2. Grayscale: #929292. Windows color (decimal): -624627 or 882934. OLE color: 882934.

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

Color convert

RGB 246 120 13 -
CMYK 0 0.51 0.95 0.04
HSL 27.55º 0.93% 0.51% -
HSV(B) 27.55º 0.95% 0.96% -
XYZ 44.8 33.05 4.4 -
YUV 145.48 53.24 199.7 -
System Red Green Blue C M Y K H S L
Decimal 246 120 13 0 0.51 0.95 0.04 27.55 0.93 0.51
Hex F6 78 D 0 33 5F 4 1C 5D 33
Octal 366 170 15 0 63 137 4 34 135 63
Binary 11110110 1111000 1101 0 110011 1011111 100 11100 1011101 110011

Color Harmonies of #F6780D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6780D

Black with #F6780D

Text Example


Text Example

White with #F6780D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6780D; }

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

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

background-color css

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

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

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

border-color css

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

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

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