Html Css Color HEX #F76C0D Pumpkin

📋 copy color: '#F76C0D'

red 247 ◦ green 108 ◦ blue 13

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

Shades of Pumpkin #F76C0D

Tints of Pumpkin #F76C0D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.35%

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

R = 67.12%
G = 29.35%
B = 3.53%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F76C0D (or 0xF76C0D) is known color: Pumpkin. HEX triplet: F7, 6C and 0D. RGB value is (247,108,13). Sum of RGB (Red+Green+Blue) = 247+108+13=368 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.12% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 13 (5.47% from 255 or 3.53% from 368); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76C0D is #0893F2. Grayscale: #8B8B8B. Windows color (decimal): -562163 or 879863. OLE color: 879863.

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

Color convert

RGB 247 108 13 -
CMYK 0 0.56 0.95 0.03
HSL 24.36º 0.94% 0.51% -
HSV(B) 24.36º 0.95% 0.97% -
XYZ 43.79 30.53 3.97 -
YUV 138.73 57.05 205.22 -
System Red Green Blue C M Y K H S L
Decimal 247 108 13 0 0.56 0.95 0.03 24.36 0.94 0.51
Hex F7 6C D 0 38 5F 3 18 5E 33
Octal 367 154 15 0 70 137 3 30 136 63
Binary 11110111 1101100 1101 0 111000 1011111 11 11000 1011110 110011

Color Harmonies of #F76C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76C0D

Black with #F76C0D

Text Example


Text Example

White with #F76C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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