Html Css Color HEX #F76F0D Pumpkin

📋 copy color: '#F76F0D'

red 247 ◦ green 111 ◦ blue 13

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

Shades of Pumpkin #F76F0D

Tints of Pumpkin #F76F0D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.92%

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

R = 66.58%
G = 29.92%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.03

RGB Variations

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

Color information

#F76F0D (or 0xF76F0D) is known color: Pumpkin. HEX triplet: F7, 6F and 0D. RGB value is (247,111,13). Sum of RGB (Red+Green+Blue) = 247+111+13=371 (49% of max value = 765). Red value is 247 (96.88% from 255 or 66.58% from 371); Green value is 111 (43.75% from 255 or 29.92% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 247 - color contains mainly: red. Hex color #F76F0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F76F0D is #0890F2. Grayscale: #8D8D8D. Windows color (decimal): -561395 or 880631. OLE color: 880631.

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

Color convert

RGB 247 111 13 -
CMYK 0 0.55 0.95 0.03
HSL 25.13º 0.94% 0.51% -
HSV(B) 25.13º 0.95% 0.97% -
XYZ 44.11 31.17 4.07 -
YUV 140.49 56.06 203.97 -
System Red Green Blue C M Y K H S L
Decimal 247 111 13 0 0.55 0.95 0.03 25.13 0.94 0.51
Hex F7 6F D 0 37 5F 3 19 5E 33
Octal 367 157 15 0 67 137 3 31 136 63
Binary 11110111 1101111 1101 0 110111 1011111 11 11001 1011110 110011

Color Harmonies of #F76F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F76F0D

Black with #F76F0D

Text Example


Text Example

White with #F76F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F76F0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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