Html Css Color HEX #F68126 Pumpkin

📋 copy color: '#F68126'

red 246 ◦ green 129 ◦ blue 38

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

Shades of Pumpkin #F68126

Tints of Pumpkin #F68126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.2%

R = 59.56%
G = 31.23%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F68126 (or 0xF68126) is known color: Pumpkin. HEX triplet: F6, 81 and 26. RGB value is (246,129,38). Sum of RGB (Red+Green+Blue) = 246+129+38=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 38 (15.23% from 255 or 9.20% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F68126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F68126 is #097ED9. Grayscale: #9A9A9A. Windows color (decimal): -622298 or 2523638. OLE color: 2523638.

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

Color convert

RGB 246 129 38 -
CMYK 0 0.48 0.85 0.04
HSL 26.25º 0.92% 0.56% -
HSV(B) 26.25º 0.85% 0.96% -
XYZ 46.21 35.43 6.24 -
YUV 153.61 62.76 193.9 -
System Red Green Blue C M Y K H S L
Decimal 246 129 38 0 0.48 0.85 0.04 26.25 0.92 0.56
Hex F6 81 26 0 30 55 4 1A 5C 38
Octal 366 201 46 0 60 125 4 32 134 70
Binary 11110110 10000001 100110 0 110000 1010101 100 11010 1011100 111000

Color Harmonies of #F68126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68126

Black with #F68126

Text Example


Text Example

White with #F68126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68126; }

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

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

background-color css

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

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

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

border-color css

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

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

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