Html Css Color HEX #F77012 Pumpkin

📋 copy color: '#F77012'

red 247 ◦ green 112 ◦ blue 18

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

Shades of Pumpkin #F77012

Tints of Pumpkin #F77012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 18 (7.42% from 255) = 4.77%

R = 65.52%
G = 29.71%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#F77012 (or 0xF77012) is known color: Pumpkin. HEX triplet: F7, 70 and 12. RGB value is (247,112,18). Sum of RGB (Red+Green+Blue) = 247+112+18=377 (49% of max value = 765). Red value is 247 (96.88% from 255 or 65.52% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 247 - color contains mainly: red. Hex color #F77012 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F77012 is #088FED. Grayscale: #8E8E8E. Windows color (decimal): -561134 or 1208567. OLE color: 1208567.

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

Color convert

RGB 247 112 18 -
CMYK 0 0.55 0.93 0.03
HSL 24.63º 0.93% 0.52% -
HSV(B) 24.63º 0.93% 0.97% -
XYZ 44.26 31.41 4.3 -
YUV 141.65 58.23 203.14 -
System Red Green Blue C M Y K H S L
Decimal 247 112 18 0 0.55 0.93 0.03 24.63 0.93 0.52
Hex F7 70 12 0 37 5D 3 19 5D 34
Octal 367 160 22 0 67 135 3 31 135 64
Binary 11110111 1110000 10010 0 110111 1011101 11 11001 1011101 110100

Color Harmonies of #F77012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F77012

Black with #F77012

Text Example


Text Example

White with #F77012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F77012; }

 p { color: rgb(247,112,18); }

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

background-color css

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

 a { background-color: rgb(247,112,18); }

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

border-color css

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

 span { border-color: rgb(247,112,18); }

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