Html Css Color HEX #F68315 Pumpkin

📋 copy color: '#F68315'

red 246 ◦ green 131 ◦ blue 21

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

Shades of Pumpkin #F68315

Tints of Pumpkin #F68315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.91%

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

R = 61.81%
G = 32.91%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F68315 (or 0xF68315) is known color: Pumpkin. HEX triplet: F6, 83 and 15. RGB value is (246,131,21). Sum of RGB (Red+Green+Blue) = 246+131+21=398 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.81% from 398); Green value is 131 (51.56% from 255 or 32.91% from 398); Blue value is 21 (8.59% from 255 or 5.28% from 398); Max value from RGB is 246 - color contains mainly: red. Hex color #F68315 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68315 is #097CEA. Grayscale: #999999. Windows color (decimal): -621803 or 1410038. OLE color: 1410038.

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

Color convert

RGB 246 131 21 -
CMYK 0 0.47 0.91 0.04
HSL 29.33º 0.93% 0.52% -
HSV(B) 29.33º 0.91% 0.96% -
XYZ 46.26 35.88 5.2 -
YUV 152.85 53.6 194.44 -
System Red Green Blue C M Y K H S L
Decimal 246 131 21 0 0.47 0.91 0.04 29.33 0.93 0.52
Hex F6 83 15 0 2F 5B 4 1D 5D 34
Octal 366 203 25 0 57 133 4 35 135 64
Binary 11110110 10000011 10101 0 101111 1011011 100 11101 1011101 110100

Color Harmonies of #F68315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F68315

Black with #F68315

Text Example


Text Example

White with #F68315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F68315; }

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

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

background-color css

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

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

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

border-color css

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

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

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