Html Css Color HEX #F86F22 Pumpkin

📋 copy color: '#F86F22'

red 248 ◦ green 111 ◦ blue 34

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

Shades of Pumpkin #F86F22

Tints of Pumpkin #F86F22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.65%

R = 63.1%
G = 28.24%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#F86F22 (or 0xF86F22) is known color: Pumpkin. HEX triplet: F8, 6F and 22. RGB value is (248,111,34). Sum of RGB (Red+Green+Blue) = 248+111+34=393 (52% of max value = 765). Red value is 248 (97.27% from 255 or 63.10% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 34 (13.67% from 255 or 8.65% from 393); Max value from RGB is 248 - color contains mainly: red. Hex color #F86F22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F86F22 is #0790DD. Grayscale: #8F8F8F. Windows color (decimal): -495838 or 2256888. OLE color: 2256888.

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

Color convert

RGB 248 111 34 -
CMYK 0 0.55 0.86 0.03
HSL 21.59º 0.94% 0.55% -
HSV(B) 21.59º 0.86% 0.97% -
XYZ 44.68 31.44 5.23 -
YUV 143.19 66.39 202.76 -
System Red Green Blue C M Y K H S L
Decimal 248 111 34 0 0.55 0.86 0.03 21.59 0.94 0.55
Hex F8 6F 22 0 37 56 3 16 5E 37
Octal 370 157 42 0 67 126 3 26 136 67
Binary 11111000 1101111 100010 0 110111 1010110 11 10110 1011110 110111

Color Harmonies of #F86F22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F86F22

Black with #F86F22

Text Example


Text Example

White with #F86F22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F86F22; }

 p { color: rgb(248,111,34); }

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

background-color css

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

 a { background-color: rgb(248,111,34); }

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

border-color css

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

 span { border-color: rgb(248,111,34); }

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