Html Css Color HEX #F66320 Pumpkin

📋 copy color: '#F66320'

red 246 ◦ green 99 ◦ blue 32

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

Shades of Pumpkin #F66320

Tints of Pumpkin #F66320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

 BLUE value IS 32 (12.89% from 255) = 8.49%

R = 65.25%
G = 26.26%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F66320 (or 0xF66320) is known color: Pumpkin. HEX triplet: F6, 63 and 20. RGB value is (246,99,32). Sum of RGB (Red+Green+Blue) = 246+99+32=377 (49% of max value = 765). Red value is 246 (96.48% from 255 or 65.25% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 32 (12.89% from 255 or 8.49% from 377); Max value from RGB is 246 - color contains mainly: red. Hex color #F66320 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F66320 is #099CDF. Grayscale: #878787. Windows color (decimal): -629984 or 2122742. OLE color: 2122742.

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

Color convert

RGB 246 99 32 -
CMYK 0 0.60 0.87 0.04
HSL 18.79º 0.92% 0.55% -
HSV(B) 18.79º 0.87% 0.96% -
XYZ 42.73 28.62 4.64 -
YUV 135.32 69.7 206.95 -
System Red Green Blue C M Y K H S L
Decimal 246 99 32 0 0.60 0.87 0.04 18.79 0.92 0.55
Hex F6 63 20 0 3C 57 4 13 5C 37
Octal 366 143 40 0 74 127 4 23 134 67
Binary 11110110 1100011 100000 0 111100 1010111 100 10011 1011100 110111

Color Harmonies of #F66320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F66320

Black with #F66320

Text Example


Text Example

White with #F66320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F66320; }

 p { color: rgb(246,99,32); }

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

background-color css

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

 a { background-color: rgb(246,99,32); }

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

border-color css

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

 span { border-color: rgb(246,99,32); }

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