Html Css Color HEX #F6770B Pumpkin

📋 copy color: '#F6770B'

red 246 ◦ green 119 ◦ blue 11

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

Shades of Pumpkin #F6770B

Tints of Pumpkin #F6770B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.93%

R = 65.43%
G = 31.65%
B = 2.93%

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

#F6770B (or 0xF6770B) is known color: Pumpkin. HEX triplet: F6, 77 and 0B. RGB value is (246,119,11). Sum of RGB (Red+Green+Blue) = 246+119+11=376 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.43% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 246 - color contains mainly: red. Hex color #F6770B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F6770B is #0988F4. Grayscale: #919191. Windows color (decimal): -624885 or 751606. OLE color: 751606.

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

Color convert

RGB 246 119 11 -
CMYK 0 0.52 0.96 0.04
HSL 27.57º 0.93% 0.5% -
HSV(B) 27.57º 0.96% 0.96% -
XYZ 44.66 32.81 4.3 -
YUV 144.66 52.58 200.28 -
System Red Green Blue C M Y K H S L
Decimal 246 119 11 0 0.52 0.96 0.04 27.57 0.93 0.5
Hex F6 77 B 0 34 60 4 1C 5D 32
Octal 366 167 13 0 64 140 4 34 135 62
Binary 11110110 1110111 1011 0 110100 1100000 100 11100 1011101 110010

Color Harmonies of #F6770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F6770B

Black with #F6770B

Text Example


Text Example

White with #F6770B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F6770B; }

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

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

background-color css

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

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

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

border-color css

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

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

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