Html Css Color HEX #F7770C Pumpkin

📋 copy color: '#F7770C'

red 247 ◦ green 119 ◦ blue 12

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

Shades of Pumpkin #F7770C

Tints of Pumpkin #F7770C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 65.34%
G = 31.48%
B = 3.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7770C (or 0xF7770C) is known color: Pumpkin. HEX triplet: F7, 77 and 0C. RGB value is (247,119,12). Sum of RGB (Red+Green+Blue) = 247+119+12=378 (50% of max value = 765). Red value is 247 (96.88% from 255 or 65.34% from 378); Green value is 119 (46.88% from 255 or 31.48% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 247 - color contains mainly: red. Hex color #F7770C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7770C is #0888F3. Grayscale: #919191. Windows color (decimal): -559348 or 817143. OLE color: 817143.

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

Color convert

RGB 247 119 12 -
CMYK 0 0.52 0.95 0.03
HSL 27.32º 0.94% 0.51% -
HSV(B) 27.32º 0.95% 0.97% -
XYZ 45.02 32.99 4.34 -
YUV 145.07 52.91 200.7 -
System Red Green Blue C M Y K H S L
Decimal 247 119 12 0 0.52 0.95 0.03 27.32 0.94 0.51
Hex F7 77 C 0 34 5F 3 1B 5E 33
Octal 367 167 14 0 64 137 3 33 136 63
Binary 11110111 1110111 1100 0 110100 1011111 11 11011 1011110 110011

Color Harmonies of #F7770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7770C

Black with #F7770C

Text Example


Text Example

White with #F7770C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7770C; }

 p { color: rgb(247,119,12); }

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

background-color css

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

 a { background-color: rgb(247,119,12); }

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

border-color css

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

 span { border-color: rgb(247,119,12); }

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