Html Css Color HEX #F77A0B Pumpkin

📋 copy color: '#F77A0B'

red 247 ◦ green 122 ◦ blue 11

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

Shades of Pumpkin #F77A0B

Tints of Pumpkin #F77A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.11%

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

R = 65%
G = 32.11%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F77A0B (or 0xF77A0B) is known color: Pumpkin. HEX triplet: F7, 7A and 0B. RGB value is (247,122,11). Sum of RGB (Red+Green+Blue) = 247+122+11=380 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65% from 380); Green value is 122 (48.05% from 255 or 32.11% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77A0B is #0885F4. Grayscale: #939393. Windows color (decimal): -558581 or 752375. OLE color: 752375.

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

Color convert

RGB 247 122 11 -
CMYK 0 0.51 0.96 0.03
HSL 28.22º 0.94% 0.51% -
HSV(B) 28.22º 0.96% 0.97% -
XYZ 45.38 33.72 4.43 -
YUV 146.72 51.41 199.53 -
System Red Green Blue C M Y K H S L
Decimal 247 122 11 0 0.51 0.96 0.03 28.22 0.94 0.51
Hex F7 7A B 0 33 60 3 1C 5E 33
Octal 367 172 13 0 63 140 3 34 136 63
Binary 11110111 1111010 1011 0 110011 1100000 11 11100 1011110 110011

Color Harmonies of #F77A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77A0B

Black with #F77A0B

Text Example


Text Example

White with #F77A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77A0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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