Html Css Color HEX #F66015 Pumpkin

📋 copy color: '#F66015'

red 246 ◦ green 96 ◦ blue 21

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

Shades of Pumpkin #F66015

Tints of Pumpkin #F66015

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.45%

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

R = 67.77%
G = 26.45%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F66015 (or 0xF66015) is known color: Pumpkin. HEX triplet: F6, 60 and 15. RGB value is (246,96,21). Sum of RGB (Red+Green+Blue) = 246+96+21=363 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.77% from 363); Green value is 96 (37.89% from 255 or 26.45% from 363); Blue value is 21 (8.59% from 255 or 5.79% from 363); Max value from RGB is 246 - color contains mainly: red. Hex color #F66015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F66015 is #099FEA. Grayscale: #848484. Windows color (decimal): -630763 or 1401078. OLE color: 1401078.

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

Color convert

RGB 246 96 21 -
CMYK 0 0.61 0.91 0.04
HSL 20º 0.93% 0.52% -
HSV(B) 20º 0.91% 0.96% -
XYZ 42.32 28.01 3.89 -
YUV 132.3 65.2 209.1 -
System Red Green Blue C M Y K H S L
Decimal 246 96 21 0 0.61 0.91 0.04 20 0.93 0.52
Hex F6 60 15 0 3D 5B 4 14 5D 34
Octal 366 140 25 0 75 133 4 24 135 64
Binary 11110110 1100000 10101 0 111101 1011011 100 10100 1011101 110100

Color Harmonies of #F66015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66015

Black with #F66015

Text Example


Text Example

White with #F66015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66015; }

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

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

background-color css

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

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

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

border-color css

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

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

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