Html Css Color HEX #F68028 Pumpkin

📋 copy color: '#F68028'

red 246 ◦ green 128 ◦ blue 40

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

Shades of Pumpkin #F68028

Tints of Pumpkin #F68028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.66%

R = 59.42%
G = 30.92%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F68028 (or 0xF68028) is known color: Pumpkin. HEX triplet: F6, 80 and 28. RGB value is (246,128,40). Sum of RGB (Red+Green+Blue) = 246+128+40=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 40 (16.02% from 255 or 9.66% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F68028 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68028 is #097FD7. Grayscale: #999999. Windows color (decimal): -622552 or 2654454. OLE color: 2654454.

HSL color Cylindrical-coordinate representation of color #F68028: hue angle of 25.63º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F68028 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 246 128 40 -
CMYK 0 0.48 0.84 0.04
HSL 25.63º 0.92% 0.56% -
HSV(B) 25.63º 0.84% 0.96% -
XYZ 46.11 35.18 6.37 -
YUV 153.25 64.09 194.16 -
System Red Green Blue C M Y K H S L
Decimal 246 128 40 0 0.48 0.84 0.04 25.63 0.92 0.56
Hex F6 80 28 0 30 54 4 1A 5C 38
Octal 366 200 50 0 60 124 4 32 134 70
Binary 11110110 10000000 101000 0 110000 1010100 100 11010 1011100 111000

Color Harmonies of #F68028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68028

Black with #F68028

Text Example


Text Example

White with #F68028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68028; }

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

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

background-color css

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

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

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

border-color css

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

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

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