Html Css Color HEX #F68118 Pumpkin

📋 copy color: '#F68118'

red 246 ◦ green 129 ◦ blue 24

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

Shades of Pumpkin #F68118

Tints of Pumpkin #F68118

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 61.65%
G = 32.33%
B = 6.02%

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

#F68118 (or 0xF68118) is known color: Pumpkin. HEX triplet: F6, 81 and 18. RGB value is (246,129,24). Sum of RGB (Red+Green+Blue) = 246+129+24=399 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.65% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 24 (9.77% from 255 or 6.02% from 399); Max value from RGB is 246 - color contains mainly: red. Hex color #F68118 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68118 is #097EE7. Grayscale: #989898. Windows color (decimal): -622312 or 1606134. OLE color: 1606134.

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

Color convert

RGB 246 129 24 -
CMYK 0 0.48 0.90 0.04
HSL 28.38º 0.93% 0.53% -
HSV(B) 28.38º 0.9% 0.96% -
XYZ 46.02 35.36 5.26 -
YUV 152.01 55.76 195.04 -
System Red Green Blue C M Y K H S L
Decimal 246 129 24 0 0.48 0.90 0.04 28.38 0.93 0.53
Hex F6 81 18 0 30 5A 4 1C 5C 35
Octal 366 201 30 0 60 132 4 34 134 65
Binary 11110110 10000001 11000 0 110000 1011010 100 11100 1011100 110101

Color Harmonies of #F68118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68118

Black with #F68118

Text Example


Text Example

White with #F68118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68118; }

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

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

background-color css

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

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

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

border-color css

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

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

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