Html Css Color HEX #F7740D Pumpkin

📋 copy color: '#F7740D'

red 247 ◦ green 116 ◦ blue 13

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

Shades of Pumpkin #F7740D

Tints of Pumpkin #F7740D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.46%

R = 65.69%
G = 30.85%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F7740D (or 0xF7740D) is known color: Pumpkin. HEX triplet: F7, 74 and 0D. RGB value is (247,116,13). Sum of RGB (Red+Green+Blue) = 247+116+13=376 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.69% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 247 - color contains mainly: red. Hex color #F7740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7740D is #088BF2. Grayscale: #8F8F8F. Windows color (decimal): -560115 or 881911. OLE color: 881911.

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

Color convert

RGB 247 116 13 -
CMYK 0 0.53 0.95 0.03
HSL 26.41º 0.94% 0.51% -
HSV(B) 26.41º 0.95% 0.97% -
XYZ 44.68 32.29 4.26 -
YUV 143.43 54.4 201.88 -
System Red Green Blue C M Y K H S L
Decimal 247 116 13 0 0.53 0.95 0.03 26.41 0.94 0.51
Hex F7 74 D 0 35 5F 3 1A 5E 33
Octal 367 164 15 0 65 137 3 32 136 63
Binary 11110111 1110100 1101 0 110101 1011111 11 11010 1011110 110011

Color Harmonies of #F7740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7740D

Black with #F7740D

Text Example


Text Example

White with #F7740D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7740D; }

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

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

background-color css

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

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

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

border-color css

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

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

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