Html Css Color HEX #F68018 Pumpkin

📋 copy color: '#F68018'

red 246 ◦ green 128 ◦ blue 24

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

Shades of Pumpkin #F68018

Tints of Pumpkin #F68018

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.16%

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

R = 61.81%
G = 32.16%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F68018 (or 0xF68018) is known color: Pumpkin. HEX triplet: F6, 80 and 18. RGB value is (246,128,24). Sum of RGB (Red+Green+Blue) = 246+128+24=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F68018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68018 is #097FE7. Grayscale: #979797. Windows color (decimal): -622568 or 1605878. OLE color: 1605878.

HSL color Cylindrical-coordinate representation of color #F68018: hue angle of 28.11º 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 #F68018 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 24 -
CMYK 0 0.48 0.90 0.04
HSL 28.11º 0.93% 0.53% -
HSV(B) 28.11º 0.9% 0.96% -
XYZ 45.89 35.1 5.22 -
YUV 151.43 56.09 195.46 -
System Red Green Blue C M Y K H S L
Decimal 246 128 24 0 0.48 0.90 0.04 28.11 0.93 0.53
Hex F6 80 18 0 30 5A 4 1C 5C 35
Octal 366 200 30 0 60 132 4 34 134 65
Binary 11110110 10000000 11000 0 110000 1011010 100 11100 1011100 110101

Color Harmonies of #F68018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68018

Black with #F68018

Text Example


Text Example

White with #F68018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68018; }

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

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

background-color css

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

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

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

border-color css

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

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

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