Html Css Color HEX #F65F18 Pumpkin

📋 copy color: '#F65F18'

red 246 ◦ green 95 ◦ blue 24

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

Shades of Pumpkin #F65F18

Tints of Pumpkin #F65F18

RGB

 RED value IS 246 (96.48% from 255) = 67.4%

 GREEN value IS 95 (37.5% from 255) = 26.03%

 BLUE value IS 24 (9.77% from 255) = 6.58%

R = 67.4%
G = 26.03%
B = 6.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F65F18 (or 0xF65F18) is known color: Pumpkin. HEX triplet: F6, 5F and 18. RGB value is (246,95,24). Sum of RGB (Red+Green+Blue) = 246+95+24=365 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.40% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65F18 is #09A0E7. Grayscale: #848484. Windows color (decimal): -631016 or 1597430. OLE color: 1597430.

HSL color Cylindrical-coordinate representation of color #F65F18: hue angle of 19.19º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F65F18 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 95 24 -
CMYK 0 0.61 0.90 0.04
HSL 19.19º 0.93% 0.53% -
HSV(B) 19.19º 0.9% 0.96% -
XYZ 42.26 27.84 4.01 -
YUV 132.06 67.03 209.27 -
System Red Green Blue C M Y K H S L
Decimal 246 95 24 0 0.61 0.90 0.04 19.19 0.93 0.53
Hex F6 5F 18 0 3D 5A 4 13 5C 35
Octal 366 137 30 0 75 132 4 23 134 65
Binary 11110110 1011111 11000 0 111101 1011010 100 10011 1011100 110101

Color Harmonies of #F65F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F65F18

Black with #F65F18

Text Example


Text Example

White with #F65F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F65F18; }

 p { color: rgb(246,95,24); }

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

background-color css

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

 a { background-color: rgb(246,95,24); }

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

border-color css

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

 span { border-color: rgb(246,95,24); }

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