Html Css Color HEX #F86613 Pumpkin

📋 copy color: '#F86613'

red 248 ◦ green 102 ◦ blue 19

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

Shades of Pumpkin #F86613

Tints of Pumpkin #F86613

RGB

 RED value IS 248 (97.27% from 255) = 67.21%

 GREEN value IS 102 (40.23% from 255) = 27.64%

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

R = 67.21%
G = 27.64%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#F86613 (or 0xF86613) is known color: Pumpkin. HEX triplet: F8, 66 and 13. RGB value is (248,102,19). Sum of RGB (Red+Green+Blue) = 248+102+19=369 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.21% from 369); Green value is 102 (40.23% from 255 or 27.64% from 369); Blue value is 19 (7.81% from 255 or 5.15% from 369); Max value from RGB is 248 - color contains mainly: red. Hex color #F86613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86613 is #0799EC. Grayscale: #888888. Windows color (decimal): -498157 or 1271544. OLE color: 1271544.

HSL color Cylindrical-coordinate representation of color #F86613: hue angle of 21.75º degrees, saturation: 0.94, 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 #F86613 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 248 102 19 -
CMYK 0 0.59 0.92 0.03
HSL 21.75º 0.94% 0.52% -
HSV(B) 21.75º 0.92% 0.97% -
XYZ 43.58 29.51 4.01 -
YUV 136.19 61.87 207.75 -
System Red Green Blue C M Y K H S L
Decimal 248 102 19 0 0.59 0.92 0.03 21.75 0.94 0.52
Hex F8 66 13 0 3B 5C 3 16 5E 34
Octal 370 146 23 0 73 134 3 26 136 64
Binary 11111000 1100110 10011 0 111011 1011100 11 10110 1011110 110100

Color Harmonies of #F86613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86613

Black with #F86613

Text Example


Text Example

White with #F86613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86613; }

 p { color: rgb(248,102,19); }

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

background-color css

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

 a { background-color: rgb(248,102,19); }

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

border-color css

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

 span { border-color: rgb(248,102,19); }

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