Html Css Color HEX #F7740A Pumpkin

📋 copy color: '#F7740A'

red 247 ◦ green 116 ◦ blue 10

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

Shades of Pumpkin #F7740A

Tints of Pumpkin #F7740A

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.1%

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

R = 66.22%
G = 31.1%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#F7740A (or 0xF7740A) is known color: Pumpkin. HEX triplet: F7, 74 and 0A. RGB value is (247,116,10). Sum of RGB (Red+Green+Blue) = 247+116+10=373 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.22% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 247 - color contains mainly: red. Hex color #F7740A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7740A is #088BF5. Grayscale: #8F8F8F. Windows color (decimal): -560118 or 685303. OLE color: 685303.

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

Color convert

RGB 247 116 10 -
CMYK 0 0.53 0.96 0.03
HSL 26.84º 0.94% 0.5% -
HSV(B) 26.84º 0.96% 0.97% -
XYZ 44.66 32.29 4.17 -
YUV 143.09 52.9 202.12 -
System Red Green Blue C M Y K H S L
Decimal 247 116 10 0 0.53 0.96 0.03 26.84 0.94 0.5
Hex F7 74 A 0 35 60 3 1B 5E 32
Octal 367 164 12 0 65 140 3 33 136 62
Binary 11110111 1110100 1010 0 110101 1100000 11 11011 1011110 110010

Color Harmonies of #F7740A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7740A

Black with #F7740A

Text Example


Text Example

White with #F7740A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7740A; }

 p { color: rgb(247,116,10); }

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

background-color css

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

 a { background-color: rgb(247,116,10); }

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

border-color css

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

 span { border-color: rgb(247,116,10); }

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