Html Css Color HEX #F76413 Pumpkin

📋 copy color: '#F76413'

red 247 ◦ green 100 ◦ blue 19

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

Shades of Pumpkin #F76413

Tints of Pumpkin #F76413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.32%

 BLUE value IS 19 (7.81% from 255) = 5.19%

R = 67.49%
G = 27.32%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F76413 (or 0xF76413) is known color: Pumpkin. HEX triplet: F7, 64 and 13. RGB value is (247,100,19). Sum of RGB (Red+Green+Blue) = 247+100+19=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F76413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76413 is #089BEC. Grayscale: #878787. Windows color (decimal): -564205 or 1271031. OLE color: 1271031.

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

Color convert

RGB 247 100 19 -
CMYK 0 0.60 0.92 0.03
HSL 21.32º 0.93% 0.52% -
HSV(B) 21.32º 0.92% 0.97% -
XYZ 43.03 28.94 3.93 -
YUV 134.72 62.7 208.09 -
System Red Green Blue C M Y K H S L
Decimal 247 100 19 0 0.60 0.92 0.03 21.32 0.93 0.52
Hex F7 64 13 0 3C 5C 3 15 5D 34
Octal 367 144 23 0 74 134 3 25 135 64
Binary 11110111 1100100 10011 0 111100 1011100 11 10101 1011101 110100

Color Harmonies of #F76413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76413

Black with #F76413

Text Example


Text Example

White with #F76413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76413; }

 p { color: rgb(247,100,19); }

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

background-color css

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

 a { background-color: rgb(247,100,19); }

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

border-color css

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

 span { border-color: rgb(247,100,19); }

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