Html Css Color HEX #F6770A Pumpkin

📋 copy color: '#F6770A'

red 246 ◦ green 119 ◦ blue 10

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

Shades of Pumpkin #F6770A

Tints of Pumpkin #F6770A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.73%

 BLUE value IS 10 (4.3% from 255) = 2.67%

R = 65.6%
G = 31.73%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F6770A (or 0xF6770A) is known color: Pumpkin. HEX triplet: F6, 77 and 0A. RGB value is (246,119,10). Sum of RGB (Red+Green+Blue) = 246+119+10=375 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.6% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 10 (4.30% from 255 or 2.67% from 375); Max value from RGB is 246 - color contains mainly: red. Hex color #F6770A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6770A is #0988F5. Grayscale: #919191. Windows color (decimal): -624886 or 686070. OLE color: 686070.

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

Color convert

RGB 246 119 10 -
CMYK 0 0.52 0.96 0.04
HSL 27.71º 0.93% 0.5% -
HSV(B) 27.71º 0.96% 0.96% -
XYZ 44.66 32.81 4.27 -
YUV 144.55 52.08 200.36 -
System Red Green Blue C M Y K H S L
Decimal 246 119 10 0 0.52 0.96 0.04 27.71 0.93 0.5
Hex F6 77 A 0 34 60 4 1C 5D 32
Octal 366 167 12 0 64 140 4 34 135 62
Binary 11110110 1110111 1010 0 110100 1100000 100 11100 1011101 110010

Color Harmonies of #F6770A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6770A

Black with #F6770A

Text Example


Text Example

White with #F6770A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6770A; }

 p { color: rgb(246,119,10); }

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

background-color css

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

 a { background-color: rgb(246,119,10); }

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

border-color css

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

 span { border-color: rgb(246,119,10); }

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