Html Css Color HEX #F68115 Pumpkin

📋 copy color: '#F68115'

red 246 ◦ green 129 ◦ blue 21

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

Shades of Pumpkin #F68115

Tints of Pumpkin #F68115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.3%

R = 62.12%
G = 32.58%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F68115 (or 0xF68115) is known color: Pumpkin. HEX triplet: F6, 81 and 15. RGB value is (246,129,21). Sum of RGB (Red+Green+Blue) = 246+129+21=396 (52% of max value = 765). Red value is 246 (96.48% from 255 or 62.12% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 21 (8.59% from 255 or 5.30% from 396); Max value from RGB is 246 - color contains mainly: red. Hex color #F68115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68115 is #097EEA. Grayscale: #989898. Windows color (decimal): -622315 or 1409526. OLE color: 1409526.

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

Color convert

RGB 246 129 21 -
CMYK 0 0.48 0.91 0.04
HSL 28.8º 0.93% 0.52% -
HSV(B) 28.8º 0.91% 0.96% -
XYZ 45.99 35.35 5.11 -
YUV 151.67 54.26 195.28 -
System Red Green Blue C M Y K H S L
Decimal 246 129 21 0 0.48 0.91 0.04 28.8 0.93 0.52
Hex F6 81 15 0 30 5B 4 1D 5D 34
Octal 366 201 25 0 60 133 4 35 135 64
Binary 11110110 10000001 10101 0 110000 1011011 100 11101 1011101 110100

Color Harmonies of #F68115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68115

Black with #F68115

Text Example


Text Example

White with #F68115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68115; }

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

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

background-color css

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

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

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

border-color css

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

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

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