Html Css Color HEX #F7760B Pumpkin

📋 copy color: '#F7760B'

red 247 ◦ green 118 ◦ blue 11

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

Shades of Pumpkin #F7760B

Tints of Pumpkin #F7760B

RGB

 RED value IS 247 (96.88% from 255) = 65.69%

 GREEN value IS 118 (46.48% from 255) = 31.38%

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

R = 65.69%
G = 31.38%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7760B (or 0xF7760B) is known color: Pumpkin. HEX triplet: F7, 76 and 0B. RGB value is (247,118,11). Sum of RGB (Red+Green+Blue) = 247+118+11=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7760B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7760B is #0889F4. Grayscale: #909090. Windows color (decimal): -559605 or 751351. OLE color: 751351.

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

Color convert

RGB 247 118 11 -
CMYK 0 0.52 0.96 0.03
HSL 27.2º 0.94% 0.51% -
HSV(B) 27.2º 0.96% 0.97% -
XYZ 44.9 32.76 4.27 -
YUV 144.37 52.74 201.2 -
System Red Green Blue C M Y K H S L
Decimal 247 118 11 0 0.52 0.96 0.03 27.2 0.94 0.51
Hex F7 76 B 0 34 60 3 1B 5E 33
Octal 367 166 13 0 64 140 3 33 136 63
Binary 11110111 1110110 1011 0 110100 1100000 11 11011 1011110 110011

Color Harmonies of #F7760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7760B

Black with #F7760B

Text Example


Text Example

White with #F7760B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7760B; }

 p { color: rgb(247,118,11); }

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

background-color css

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

 a { background-color: rgb(247,118,11); }

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

border-color css

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

 span { border-color: rgb(247,118,11); }

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